From 257b28077676f6d8a3c0d2beef37a9414c747de9 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 20 Jun 2018 09:25:50 -0400 Subject: Simplify AM_CPPFLAGS include setup We had accumulated a bunch of cruft here. Now let's only include src and src/ext. (exception: src/trunnel is autogenerated code, and need to include src/trunnel.) This commit will break the build hard. The next commit will fix it. --- src/or/include.am | 1 - 1 file changed, 1 deletion(-) (limited to 'src/or') diff --git a/src/or/include.am b/src/or/include.am index 11e1a7c864..19bcaec654 100644 --- a/src/or/include.am +++ b/src/or/include.am @@ -142,7 +142,6 @@ src_or_libtor_testing_a_SOURCES = endif src_or_tor_SOURCES = src/or/tor_main.c -AM_CPPFLAGS += -I$(srcdir)/src/or -Isrc/or src/or/tor_main.$(OBJEXT) \ src/or/src_or_tor_cov-tor_main.$(OBJEXT): micro-revision.i -- cgit v1.2.3-54-g00ecf