diff options
author | Jim Meyering <meyering@redhat.com> | 2012-08-27 10:00:22 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-08-27 10:00:22 -0400 |
commit | 90d1c8575726f2169b9cdb7f7eb28b01e30cae80 (patch) | |
tree | 7dc71a0c921c23d4ed0041bc8dbfdbbbe7467310 /src/common/include.am | |
parent | 5db37bca3d031912f9da10427ec2e73faf621694 (diff) | |
download | tor-90d1c8575726f2169b9cdb7f7eb28b01e30cae80.tar.gz tor-90d1c8575726f2169b9cdb7f7eb28b01e30cae80.zip |
build: minimal adjustments to make out-of-tree build work
Diffstat (limited to 'src/common/include.am')
-rw-r--r-- | src/common/include.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/include.am b/src/common/include.am index 116d26876e..0ab4769847 100644 --- a/src/common/include.am +++ b/src/common/include.am @@ -7,6 +7,7 @@ EXTRA_DIST+= \ src/common/Makefile.nmake #CFLAGS = -Wall -Wpointer-arith -O2 +AM_CPPFLAGS += -I$(srcdir)/src/common -Isrc/common if USE_OPENBSD_MALLOC libor_extra_source=src/common/OpenBSD_malloc_Linux.c |