summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-05-12 13:00:45 -0400
committerNick Mathewson <nickm@torproject.org>2016-05-12 13:00:45 -0400
commit607a9056d4d91762db0d5fc13250c6ed272f0e1b (patch)
tree990ae93163ea5feb28871214f1979475e0f10a46 /Makefile.am
parent58e0e587a6e0ddb04a8fa6a58852d843b1c21a2c (diff)
parentfb999abea6edc99f151f546a7a4a60cf5b5f221b (diff)
downloadtor-607a9056d4d91762db0d5fc13250c6ed272f0e1b.tar.gz
tor-607a9056d4d91762db0d5fc13250c6ed272f0e1b.zip
Merge branch 'ftrapv_v3'
There were some conflicts here, and some breakage to fix concerning library link order in newer targets.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 13ba00d4b5..a8aa3af40d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,8 +15,8 @@ noinst_PROGRAMS=
DISTCLEANFILES=
bin_SCRIPTS=
AM_CPPFLAGS=
-AM_CFLAGS = @TOR_SYSTEMD_CFLAGS@
-SHELL = @SHELL@
+AM_CFLAGS=@TOR_SYSTEMD_CFLAGS@ @CFLAGS_BUGTRAP@
+SHELL=@SHELL@
if COVERAGE_ENABLED
TESTING_TOR_BINARY=$(top_builddir)/src/or/tor-cov$(EXEEXT)