summaryrefslogtreecommitdiff
path: root/pppdump
diff options
context:
space:
mode:
Diffstat (limited to 'pppdump')
-rw-r--r--pppdump/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/pppdump/Makefile.am b/pppdump/Makefile.am
new file mode 100644
index 0000000..cab9d8a
--- /dev/null
+++ b/pppdump/Makefile.am
@@ -0,0 +1,12 @@
+sbin_PROGRAMS = pppdump
+man8_MANS = pppdump.8
+
+pppdump_SOURCES = pppdump.c bsd-comp.c deflate.c zlib.c
+pppdump_CFLAGS = -I${top_srcdir}/include/net
+
+noinst_HEADERS = \
+ ppp-comp.h \
+ zlib.h
+
+EXTRA_DIST = \
+ $(man8_MANS)