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/common/include.am | |
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/common/include.am')
-rw-r--r-- | src/common/include.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/include.am b/src/common/include.am index 5f96aa9f90..724473c149 100644 --- a/src/common/include.am +++ b/src/common/include.am @@ -15,9 +15,6 @@ endif EXTRA_DIST += src/common/Makefile.nmake -#CFLAGS = -Wall -Wpointer-arith -O2 -AM_CPPFLAGS += -I$(srcdir)/src/common -Isrc/common -I$(srcdir)/src/ext/trunnel -I$(srcdir)/src/trunnel - if USE_OPENBSD_MALLOC libor_extra_source=src/ext/OpenBSD_malloc_Linux.c else @@ -214,4 +211,3 @@ COMMONHEADERS = \ src/common/workqueue.h noinst_HEADERS+= $(COMMONHEADERS) - |