require automake 1.7 in condifure.in; update all Makefile.am: add comments,

replace obsoleted INCLUDES by AM_CPPFLAGS
This commit is contained in:
marschap
2006-01-16 19:36:58 +00:00
parent b24543aadf
commit aeffd250a1
17 changed files with 96 additions and 11 deletions
+8 -1
View File
@@ -1,6 +1,13 @@
## Process this file with automake to produce Makefile.in
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
INCLUDES = @ldap_includes@ -I$(top_srcdir)
libLCDstuff_a_LIBADD = @LIBOBJS@
AM_CPPFLAGS = @ldap_includes@ -I$(top_srcdir)
EXTRA_DIST = Makefile.in
## EOF