diff options
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/tor-fw-helper/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tor-fw-helper/Makefile.am b/src/tools/tor-fw-helper/Makefile.am index 5eef6acce3..75878f2594 100644 --- a/src/tools/tor-fw-helper/Makefile.am +++ b/src/tools/tor-fw-helper/Makefile.am @@ -8,7 +8,7 @@ tor_fw_helper_SOURCES = \ tor-fw-helper.c \ tor-fw-helper-natpmp.c \ tor-fw-helper-upnp.c -tor_fw_helper_INCLUDES = \ +noinst_HEADERS = \ tor-fw-helper.h \ tor-fw-helper-natpmp.h \ tor-fw-helper-upnp.h |