makefile changes
This commit is contained in:
parent
f57e74850b
commit
eb72e7f2f8
@ -12,6 +12,7 @@ generarxml_SOURCES = src/main.c \
|
||||
src/string.h
|
||||
generarxml_CPPFLAGS = $(XML_CPPFLAGS)
|
||||
generarxml_LDFLAGS= $(XML_LIBS)
|
||||
generarxml_LDADD = ${libxml2_LIBS}
|
||||
EXTRA_DIST = misc/Biblia.txt \
|
||||
misc/config.dtd \
|
||||
misc/chris.conf \
|
||||
|
1
README
1
README
@ -1,5 +1,6 @@
|
||||
Este programa necesita:
|
||||
libxml2
|
||||
libxslt
|
||||
glibc compilado con iconv
|
||||
gcc compilado con C11
|
||||
|
||||
|
@ -9,8 +9,8 @@
|
||||
|
||||
int readfile(CONFIG *config) {
|
||||
FILE *file = NULL;
|
||||
int start;
|
||||
int end;
|
||||
int start = 0;
|
||||
int end = 0;
|
||||
int i = 0;
|
||||
char *line = NULL;
|
||||
char **array = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user