diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2009-09-22 18:50:09 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-09-23 00:24:43 -0400 |
commit | 410f31e576a24e04d3be55ba31cdc586fdb38604 (patch) | |
tree | 0a5d788a34d730e337ed91d8c3a14edd246fa5f1 /src/test | |
parent | da1aa66f70f3ed1e5376baef053a0c76f33cc7d8 (diff) | |
download | tor-410f31e576a24e04d3be55ba31cdc586fdb38604.tar.gz tor-410f31e576a24e04d3be55ba31cdc586fdb38604.zip |
Remove a warning on ./autogen.sh
Diffstat (limited to 'src/test')
-rw-r--r-- | 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 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 |