Linux compatibility

This commit is contained in:
David Baer
2015-08-17 22:45:22 -04:00
parent 634767010a
commit 62fa34fd92
3 changed files with 36 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ sermon_SOURCES = citations.c \
utf8.c \
xml.c \
xslt.c
sermon_LDADD = ${libxml2_LIBS} ${libxslt_LIBS}
sermon_LDADD = ${libxml2_LIBS} ${libxslt_LIBS} ${libbsd_LIBS}
CLEANFILES = sermon_lexer.c \
sermon_parser.c \
sermon_parser.h

View File

@@ -1,5 +1,6 @@
%{
#include <string.h>
#include "sermon.h"
#include "sermon_parser.h"
#ifdef LEXDEBUG