From 5f06bd437954995fb1217e0e2236032acb952500 Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Wed, 9 Oct 2019 09:49:41 -0700 Subject: Do not package or distribute map-pblock-types --- Makefile.am | 2 +- bin/Makefile.am | 1 - bin/map-pblock-types | 2 ++ configure.ac | 1 - 4 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 bin/Makefile.am diff --git a/Makefile.am b/Makefile.am index 8120b7a..feccc81 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,7 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libnet.pc dist_doc_DATA = README.md ChangeLog.md LICENSE EXTRA_DIST = README.win32 autogen.sh libnet-config.in -SUBDIRS = bin include src win32 +SUBDIRS = include src win32 if ENABLE_DOXYGEN SUBDIRS += doc diff --git a/bin/Makefile.am b/bin/Makefile.am deleted file mode 100644 index 4ad77a4..0000000 --- a/bin/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -EXTRA_DIST = map-pblock-types diff --git a/bin/map-pblock-types b/bin/map-pblock-types index 35552be..eabc953 100755 --- a/bin/map-pblock-types +++ b/bin/map-pblock-types @@ -1,4 +1,6 @@ #!/usr/bin/ruby -w +# This utility is used to maintain the pblock mapping to strings in +# src/libnet_internal.c, see the in-source comment in that file. open("include/libnet/libnet-structures.h").each do |line| #p line diff --git a/configure.ac b/configure.ac index fbfe6b3..b85de9f 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,6 @@ AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_FILES([Makefile \ Doxyfile \ libnet-config \ - bin/Makefile \ doc/Makefile \ include/Makefile \ include/libnet.h \ -- cgit v1.2.1