Explorar o código

Remove a warning on ./autogen.sh

Sebastian Hahn %!s(int64=16) %!d(string=hai) anos
pai
achega
410f31e576
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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