Properly link libraries
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
AM_CPPFLAGS = ${libxml2_CFLAGS} ${libxslt_CFLAGS}
|
||||
bin_PROGRAMS = sermon
|
||||
BUILT_SOURCES = sermon_lexer.c sermon_parser.c sermon_parser.h
|
||||
AM_YFLAGS = -d --location
|
||||
sermon_SOURCES = sermon_lexer.l sermon_parser.y sermon_util.c main.c
|
||||
sermon_LDADD = ${libxml2_LIBS} ${libxslt_LIBS}
|
||||
CLEANFILES = sermon_lexer.c sermon_parser.c sermon_parser.h
|
||||
LIBS = $(LEXLIB)
|
||||
|
||||
Reference in New Issue
Block a user