Update for automake-1.7.5-1 (use AM_CFLAGS)
authorshort <>
Mon, 16 Jun 2003 11:34:31 +0000 (11:34 +0000)
committershort <>
Mon, 16 Jun 2003 11:34:31 +0000 (11:34 +0000)
src/libcaptive/include/captive/Makefile.am

index 1247b1a..7e9efaa 100644 (file)
@@ -44,4 +44,4 @@ pkginclude_HEADERS+= \
                usecount.h
 
 # for 'include_test.c' handled by Makefile-head.am/.include_test_all.stamp rule by $(COMPILE)
-CFLAGS+=$(GNOME_VFS_MODULE_CFLAGS)
+AM_CFLAGS=$(GNOME_VFS_MODULE_CFLAGS)