summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2019-10-09 09:49:41 -0700
committerSam Roberts <vieuxtech@gmail.com>2019-10-09 10:27:41 -0700
commit38572f91353ec7a7c0eb59d8cf3d4a0dfa2d0512 (patch)
tree84a5b31ca2982736666c7dd8c0d11137d542396d
parenteaafa63b38a166b349fa3ba9256fb8e8092af1fd (diff)
downloadlibnet-38572f91353ec7a7c0eb59d8cf3d4a0dfa2d0512.tar.gz
Do not package or distribute map-pblock-types
-rw-r--r--Makefile.am2
-rw-r--r--bin/Makefile.am1
-rwxr-xr-xbin/map-pblock-types2
-rw-r--r--configure.ac1
4 files changed, 3 insertions, 3 deletions
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 \