diff options
Diffstat (limited to 'src/tools/tor-fw-helper/Makefile.am')
-rw-r--r-- | src/tools/tor-fw-helper/Makefile.am | 11 |
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 f01f94c252..5eef6acce3 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@ |