From 3fc04529d4178f9331f9fd22ff077501bddf251e Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 8 Aug 2007 05:50:31 +0000 Subject: r14093@catbus: nickm | 2007-08-08 01:49:54 -0400 Include fewer redundant headers; use the compiler search paths better. svn:r11060 --- src/or/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/or/Makefile.am') diff --git a/src/or/Makefile.am b/src/or/Makefile.am index fd86aa21e..fea5fcfea 100644 --- a/src/or/Makefile.am +++ b/src/or/Makefile.am @@ -1,3 +1,5 @@ +CPPFLAGS += -I../common + TESTS = test noinst_PROGRAMS = test @@ -40,7 +42,7 @@ noinst_HEADERS = or.h eventdns.h eventdns_tor.h micro-revision.i tor_main.o: micro-revision.i -micro-revision.i: FORCE +micro-revision.i: @svkdir=$$SVKROOT; \ if test "x$$svkdir" = x ; then \ svkdir=$$HOME/.svk; \ -- cgit v1.2.3