diff --git a/shared/Makefile.am b/shared/Makefile.am index 40c7f72..5171f72 100644 --- a/shared/Makefile.am +++ b/shared/Makefile.am @@ -1,5 +1,5 @@ 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 +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 INCLUDES = @ldap_includes@ -I$(top_srcdir)