get rid of shared/fileio.*: it malloced/freed every byte read

This commit is contained in:
marschap
2006-09-10 11:25:55 +00:00
parent ee1e5c967f
commit 4e3c2eef1d
2 changed files with 19 additions and 20 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
noinst_LIBRARIES = libLCDstuff.a
libLCDstuff_a_SOURCES = LL.c LL.h sockets.c sockets.h str.c str.h configfile.c configfile.h debug.h report.c report.h snprintf.c snprintf.h fileio.c fileio.h
libLCDstuff_a_SOURCES = LL.c LL.h sockets.c sockets.h str.c str.h configfile.c configfile.h debug.h report.c report.h snprintf.c snprintf.h
libLCDstuff_a_LIBADD = @LIBOBJS@