diff options
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am new file mode 100644 index 0000000..b396dd5 --- /dev/null +++ b/include/Makefile.am @@ -0,0 +1,9 @@ +# $Id: Makefile.am,v 1.1.1.1 2003/06/26 21:55:10 route Exp $ + +include $(top_srcdir)/Makefile.am.common + +nodist_include_HEADERS = libnet.h + +EXTRA_DIST = bpf.h gnuc.h ifaddrlist.h + +SUBDIRS = libnet |