diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-05-12 13:00:45 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-05-12 13:00:45 -0400 |
commit | 607a9056d4d91762db0d5fc13250c6ed272f0e1b (patch) | |
tree | 990ae93163ea5feb28871214f1979475e0f10a46 /Makefile.am | |
parent | 58e0e587a6e0ddb04a8fa6a58852d843b1c21a2c (diff) | |
parent | fb999abea6edc99f151f546a7a4a60cf5b5f221b (diff) | |
download | tor-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.am | 4 |
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) |