소스 검색

Fix up tor-fw-helper "INCLUDES" directive

Nick Mathewson 15 년 전
부모
커밋
67e7dbca80
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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