summaryrefslogtreecommitdiffstats
path: root/libipq
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-02-12 15:01:37 +0100
committerJan Engelhardt <jengelh@medozas.de>2009-02-12 15:13:18 +0100
commitf567ac9193bc421992e572ec3196a73dc6ed59c0 (patch)
treed43ac3b4bfc44654eb6ab864658610b241e1dc36 /libipq
parent228b4bda8f21f8730b10c156822bc988d77e891b (diff)
build: restructure Makefile for include/ directory
This patch will support adding libiptc to the headers list in future. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'libipq')
-rw-r--r--libipq/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/libipq/Makefile.am b/libipq/Makefile.am
index d4245e77..f19950f4 100644
--- a/libipq/Makefile.am
+++ b/libipq/Makefile.am
@@ -4,7 +4,6 @@ AM_CFLAGS = ${regular_CFLAGS} -I${top_builddir}/include -I${top_srcdir}/include
libipq_a_SOURCES = libipq.c
lib_LIBRARIES = libipq.a
-include_HEADERS = ${top_srcdir}/include/libipq/libipq.h
man_MANS = ipq_create_handle.3 ipq_destroy_handle.3 ipq_errstr.3 \
ipq_get_msgerr.3 ipq_get_packet.3 ipq_message_type.3 \
ipq_perror.3 ipq_read.3 ipq_set_mode.3 ipq_set_verdict.3 \