aboutsummaryrefslogtreecommitdiff
path: root/src/tools/tor-fw-helper
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-11-11 14:22:48 -0500
committerNick Mathewson <nickm@torproject.org>2010-11-11 14:22:48 -0500
commit223fc208f61ab2d12eecfb6dc169927300cde941 (patch)
treea0d83f76e006a9041c6077a47e748100a9f332f9 /src/tools/tor-fw-helper
parent2b4ed1d07e5b03f368ccc23e44c2189d5dedc3fd (diff)
downloadtor-223fc208f61ab2d12eecfb6dc169927300cde941.tar
tor-223fc208f61ab2d12eecfb6dc169927300cde941.tar.gz
Split long lines in configure.in and Makefile.am files
Having very long single lines with lots and lots of things in them tends to make files hard to diff and hard to merge. Since our tools are one-line-at-a-time, we should try to construct lists that way too, within reason. This incidentally turned up a few headers in configure.in that we were for some reason searching for twice.
Diffstat (limited to 'src/tools/tor-fw-helper')
-rw-r--r--src/tools/tor-fw-helper/Makefile.am11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/tools/tor-fw-helper/Makefile.am b/src/tools/tor-fw-helper/Makefile.am
index f01f94c25..5eef6acce 100644
--- a/src/tools/tor-fw-helper/Makefile.am
+++ b/src/tools/tor-fw-helper/Makefile.am
@@ -4,9 +4,14 @@ else
bin_PROGRAMS =
endif
-tor_fw_helper_SOURCES = tor-fw-helper.c \
- tor-fw-helper-natpmp.c tor-fw-helper-upnp.c
-tor_fw_helper_INCLUDES = tor-fw-helper.h tor-fw-helper-natpmp.h tor-fw-helper-upnp.h
+tor_fw_helper_SOURCES = \
+ tor-fw-helper.c \
+ tor-fw-helper-natpmp.c \
+ tor-fw-helper-upnp.c
+tor_fw_helper_INCLUDES = \
+ tor-fw-helper.h \
+ tor-fw-helper-natpmp.h \
+ tor-fw-helper-upnp.h
if NAT_PMP
nat_pmp_ldflags = @TOR_LDFLAGS_libnatpmp@