Add `ChangeLog-2008' files to the distribution.
[bpt/guile.git] / srfi / Makefile.am
index 34c6ffb..048898d 100644 (file)
@@ -26,8 +26,10 @@ DEFS = @DEFS@ @EXTRA_DEFS@
 ## Check for headers in $(srcdir)/.., so that #include
 ## <libguile/MUMBLE.h> will find MUMBLE.h in this dir when we're
 ## building.  Also look for Gnulib headers in `lib'.
-INCLUDES = -I.. -I$(srcdir)/..                         \
-          -I$(top_srcdir)/lib -I$(top_builddir)/lib
+AM_CPPFLAGS = -I.. -I$(srcdir)/..                              \
+             -I$(top_srcdir)/lib -I$(top_builddir)/lib
+
+AM_CFLAGS = $(GCC_CFLAGS)
 
 srfiincludedir = $(pkgincludedir)/srfi
 
@@ -86,14 +88,14 @@ srfi_DATA = srfi-1.scm \
            srfi-69.scm \
            srfi-88.scm
 
-EXTRA_DIST = $(srfi_DATA) 
+EXTRA_DIST = $(srfi_DATA) ChangeLog-2008
 TAGS_FILES = $(srfi_DATA)
 
 GUILE_SNARF = ../libguile/guile-snarf
 
-MKDEP = gcc -M -MG $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
+MKDEP = gcc -M -MG $(DEFS) $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS)
 
-snarfcppopts = $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
+snarfcppopts = $(DEFS) $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS)
 
 SUFFIXES = .x
 .c.x: