Browse Source

Fix up tor-fw-helper "INCLUDES" directive

Nick Mathewson 15 years ago
parent
commit
67e7dbca80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/tools/tor-fw-helper/Makefile.am

+ 1 - 1
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