Browse Source

Remove a warning on ./autogen.sh

Sebastian Hahn 14 years ago
parent
commit
410f31e576
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/test/Makefile.am

+ 1 - 1
src/test/Makefile.am

@@ -6,7 +6,7 @@ AM_CPPFLAGS = -DSHARE_DATADIR="\"$(datadir)\"" \
         -DLOCALSTATEDIR="\"$(localstatedir)\"" \
         -DBINDIR="\"$(bindir)\""
 
-CFLAGS += -I../or
+AM_CFLAGS = -I../or
 
 # -L flags need to go in LDFLAGS. -l flags need to go in LDADD.
 # This seems to matter nowhere but on windows, but I assure you that it