This commit is contained in:
Chris Cromer
2016-10-23 23:17:03 -03:00
parent d176cfbb49
commit f398929260
17 changed files with 104 additions and 99 deletions

View File

@@ -261,15 +261,15 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
generarxml_SOURCES = main.c \
main.h \
readconfig.c \
readconfig.h \
readfile.c \
readfile.h \
makexml.c \
makexml.h \
encoding.c \
encoding.h
main.h \
readconfig.c \
readconfig.h \
readfile.c \
readfile.h \
makexml.c \
makexml.h \
encoding.c \
encoding.h
generarxml_CPPFLAGS = $(XML_CPPFLAGS)
generarxml_LDFLAGS = $(XML_LIBS)