Procházet zdrojové kódy

Fix up tor-fw-helper "INCLUDES" directive

Nick Mathewson před 15 roky
rodič
revize
67e7dbca80
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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