summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2015-08-18 04:30:02 +0200
committerNick Mathewson <nickm@torproject.org>2015-08-18 08:19:00 -0400
commitfe4c0a187dcc6ec8a14175dfc4c62334221d4239 (patch)
treeea845d739f5cc3586c8988226f3237baae8f0c64
parent63db8170ae3e70b161210241187d21bef72fbf40 (diff)
downloadtor-fe4c0a187dcc6ec8a14175dfc4c62334221d4239.tar.gz
tor-fe4c0a187dcc6ec8a14175dfc4c62334221d4239.zip
Use tabs in src/or/include.am
-rw-r--r--src/or/include.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/or/include.am b/src/or/include.am
index af3336547f..5566d3cd46 100644
--- a/src/or/include.am
+++ b/src/or/include.am
@@ -49,7 +49,7 @@ LIBTOR_A_SOURCES = \
src/or/dirvote.c \
src/or/dns.c \
src/or/dnsserv.c \
- src/or/fp_pair.c \
+ src/or/fp_pair.c \
src/or/geoip.c \
src/or/entrynodes.c \
src/or/ext_orport.c \
@@ -94,9 +94,9 @@ AM_CPPFLAGS += -I$(srcdir)/src/or -Isrc/or
src/or/tor_main.o: micro-revision.i
-AM_CPPFLAGS += -DSHARE_DATADIR="\"$(datadir)\"" \
- -DLOCALSTATEDIR="\"$(localstatedir)\"" \
- -DBINDIR="\"$(bindir)\""
+AM_CPPFLAGS += -DSHARE_DATADIR="\"$(datadir)\"" \
+ -DLOCALSTATEDIR="\"$(localstatedir)\"" \
+ -DBINDIR="\"$(bindir)\""
src_or_libtor_testing_a_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_CPPFLAGS)
src_or_libtor_testing_a_CFLAGS = $(AM_CFLAGS) $(TEST_CFLAGS)