Przeglądaj źródła

Fix up tor-fw-helper "INCLUDES" directive

Nick Mathewson 15 lat temu
rodzic
commit
67e7dbca80
1 zmienionych plików z 1 dodań i 1 usunięć
  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