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 /Makefile.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 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 48202558af..466eaf84f3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,6 +16,7 @@ TESTS= noinst_PROGRAMS= DISTCLEANFILES= bin_SCRIPTS= +AM_CPPFLAGS= include src/include.am include doc/include.am include contrib/include.am |