Linux compatibility
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
%{
|
||||
#include <string.h>
|
||||
#include "sermon.h"
|
||||
#include "sermon_parser.h"
|
||||
|
||||
#ifdef LEXDEBUG
|
||||
|
||||
Reference in New Issue
Block a user