diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-20 09:25:50 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-20 09:27:04 -0400 |
commit | 257b28077676f6d8a3c0d2beef37a9414c747de9 (patch) | |
tree | 695c91b2cfe3cf0748f1221f2f3846b3d5cd1304 /src/trace | |
parent | 178b738be0e1cb7a20dbb8b0d01eadc0cf6db0ba (diff) | |
download | tor-257b28077676f6d8a3c0d2beef37a9414c747de9.tar.gz tor-257b28077676f6d8a3c0d2beef37a9414c747de9.zip |
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.
Diffstat (limited to 'src/trace')
-rw-r--r-- | src/trace/include.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/trace/include.am b/src/trace/include.am index 3285b04de6..5e5eaaf9b5 100644 --- a/src/trace/include.am +++ b/src/trace/include.am @@ -1,6 +1,3 @@ -# Include the src/ so we can use the trace/events.h statement when including -# any file in that directory. -AM_CPPFLAGS += -I$(srcdir)/src noinst_LIBRARIES += \ src/trace/libor-trace.a |