]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove a warning on ./autogen.sh
authorSebastian Hahn <sebastian@torproject.org>
Tue, 22 Sep 2009 16:50:09 +0000 (18:50 +0200)
committerNick Mathewson <nickm@torproject.org>
Wed, 23 Sep 2009 04:24:43 +0000 (00:24 -0400)
src/test/Makefile.am

index 61b6f53c36615b9719c45ea0895f440ef7c3b627..e09881c0afd04303992868a9c9d9c1243a28eb4e 100644 (file)
@@ -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