summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2009-09-22 18:50:09 +0200
committerNick Mathewson <nickm@torproject.org>2009-09-23 00:24:43 -0400
commit410f31e576a24e04d3be55ba31cdc586fdb38604 (patch)
tree0a5d788a34d730e337ed91d8c3a14edd246fa5f1 /src/test
parentda1aa66f70f3ed1e5376baef053a0c76f33cc7d8 (diff)
downloadtor-410f31e576a24e04d3be55ba31cdc586fdb38604.tar.gz
tor-410f31e576a24e04d3be55ba31cdc586fdb38604.zip
Remove a warning on ./autogen.sh
Diffstat (limited to 'src/test')
-rw-r--r--src/test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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