summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-03-18 17:22:26 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-03-18 17:22:26 +0100
commit47af79effac38b048f924cf7fe3c739e8c250119 (patch)
tree1f954f61b644281521fb566eefcaf2b9ff17a091
parent808c680c88aba2c55736b30d0d0e86c247978ca5 (diff)
Manpage was not installed
Entry to install the manpage was missing from Makefile.am (reported by Mark A. Ziesemer)
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ce7de24..336145a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -17,5 +17,7 @@ ipset_SOURCES = ipset.c \
ipset_LDADD = ../lib/libipset.la
AM_LDFLAGS = -static
+man_MANS = ipset.8
+
#%.o: %.c
# ${AM_VERBOSE_CC} ${CC} ${AM_DEPFLAGS} ${AM_CFLAGS} ${CFLAGS} -o $@ -c $<