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

@@ -2,15 +2,15 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
bin_PROGRAMS = generarxml
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)
generarxml_LDADD = ${libxml2_LIBS}