From 8b6c4d98e5a3d256d74558104719bc482381b3c6 Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Tue, 27 Nov 2012 11:32:26 -0800 Subject: Remove automake reference to win32 header that has been removed. --- libnet/include/win32/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnet/include/win32/Makefile.am b/libnet/include/win32/Makefile.am index 937010a..343a0f2 100644 --- a/libnet/include/win32/Makefile.am +++ b/libnet/include/win32/Makefile.am @@ -1,2 +1,2 @@ -EXTRA_DIST = getopt.h in_systm.h libnet.h +EXTRA_DIST = getopt.h libnet.h -- cgit v1.2.1 From 95baf213583ff9dfab7ced3e4a41a9b4f043a221 Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Tue, 27 Nov 2012 11:33:59 -0800 Subject: git ignore doxygen output --- libnet/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/libnet/.gitignore b/libnet/.gitignore index f3c7a7c..a44781b 100644 --- a/libnet/.gitignore +++ b/libnet/.gitignore @@ -1 +1,2 @@ Makefile +doc/html/dynsections.js -- cgit v1.2.1