summaryrefslogtreecommitdiff
path: root/pppdump/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'pppdump/Makefile.am')
-rw-r--r--pppdump/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/pppdump/Makefile.am b/pppdump/Makefile.am
index cab9d8a..2df7e0e 100644
--- a/pppdump/Makefile.am
+++ b/pppdump/Makefile.am
@@ -1,5 +1,5 @@
sbin_PROGRAMS = pppdump
-man8_MANS = pppdump.8
+dist_man8_MANS = pppdump.8
pppdump_SOURCES = pppdump.c bsd-comp.c deflate.c zlib.c
pppdump_CFLAGS = -I${top_srcdir}/include/net
@@ -7,6 +7,3 @@ pppdump_CFLAGS = -I${top_srcdir}/include/net
noinst_HEADERS = \
ppp-comp.h \
zlib.h
-
-EXTRA_DIST = \
- $(man8_MANS)