aboutsummaryrefslogtreecommitdiff
path: root/src/common/include.am
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-08-27 10:00:22 -0400
committerNick Mathewson <nickm@torproject.org>2012-08-27 10:00:22 -0400
commit90d1c8575726f2169b9cdb7f7eb28b01e30cae80 (patch)
tree7dc71a0c921c23d4ed0041bc8dbfdbbbe7467310 /src/common/include.am
parent5db37bca3d031912f9da10427ec2e73faf621694 (diff)
downloadtor-90d1c8575726f2169b9cdb7f7eb28b01e30cae80.tar
tor-90d1c8575726f2169b9cdb7f7eb28b01e30cae80.tar.gz
build: minimal adjustments to make out-of-tree build work
Diffstat (limited to 'src/common/include.am')
-rw-r--r--src/common/include.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/include.am b/src/common/include.am
index 116d26876..0ab476984 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