[or-cvs] [tor/master] Remove a warning on ./autogen.sh
Nick Mathewson
nickm at seul.org
Wed Sep 23 04:30:25 UTC 2009
Author: Sebastian Hahn <sebastian at torproject.org>
Date: Tue, 22 Sep 2009 18:50:09 +0200
Subject: Remove a warning on ./autogen.sh
Commit: 410f31e576a24e04d3be55ba31cdc586fdb38604
---
src/test/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/test/Makefile.am b/src/test/Makefile.am
index 61b6f53..e09881c 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
--
1.5.6.5
More information about the tor-commits
mailing list