From: Sebastian Hahn Date: Tue, 22 Sep 2009 16:50:09 +0000 (+0200) Subject: Remove a warning on ./autogen.sh X-Git-Tag: tor-0.2.2.4-alpha~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=410f31e576a24e04d3be55ba31cdc586fdb38604;p=thirdparty%2Ftor.git Remove a warning on ./autogen.sh --- diff --git a/src/test/Makefile.am b/src/test/Makefile.am index 61b6f53c36..e09881c0af 100644 --- a/src/test/Makefile.am +++ b/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