]> git.ozlabs.org Git - ppp.git/blobdiff - include/Makefile.am
Use autoconf/automake to configure and make ppp
[ppp.git] / include / Makefile.am
diff --git a/include/Makefile.am b/include/Makefile.am
new file mode 100644 (file)
index 0000000..2a576c1
--- /dev/null
@@ -0,0 +1,13 @@
+EXTRA_HEADERS = \
+    linux/if_ppp.h \
+    linux/ppp-comp.h \
+    linux/ppp_defs.h \
+    net/if_ppp.h \
+    net/ppp-comp.h \
+    net/ppp_defs.h \
+    net/pppio.h \
+    net/slcompress.h \
+    net/vjcompress.h
+
+EXTRA_DIST = \
+    $(EXTRA_HEADERS)