blob: afc1775e59294d7a8f392c01b9ab78e21d5870f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- Libnet-1.0.2a.orig/include/libnet/Makefile.am 1970-01-01 00:00:00.000000000 +0100
+++ Libnet-1.0.2a/include/libnet/Makefile.am 2009-06-12 21:48:27.000000000 +0200
@@ -0,0 +1,9 @@
+include $(top_srcdir)/Makefile.am.common
+
+pkginclude_HEADERS = \
+ libnet-asn1.h \
+ libnet-functions.h \
+ libnet-headers.h \
+ libnet-macros.h \
+ libnet-ospf.h \
+ libnet-structures.h
|