summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2013-04-26 10:21:16 +0200
committerFlorian Westphal <fw@strlen.de>2013-04-27 22:57:21 +0200
commita23cea58c810e3966dba7350e822df0d1ea18b3a (patch)
tree75ac1b513f10875ba593093bc249ed8820ccdc6d /src
parent3b9f613680cbcf6efe7b5aac7da80c29a614c10b (diff)
build: don't install internal.h
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d694794..6e5d503 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -24,7 +24,7 @@ include ${top_srcdir}/Make_global.am
lib_LTLIBRARIES = libnetfilter_queue.la
-include_HEADERS = internal.h
+noinst_HEADERS = internal.h
libnetfilter_queue_la_LDFLAGS = -Wc,-nostartfiles -lnfnetlink \
-version-info $(LIBVERSION)