aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-04-18 11:39:23 -0700
committerGuy Harris <guy@alum.mit.edu>2018-04-18 19:57:13 +0000
commit66c0c4f9e9d823bee8a100a5e00f3d5cdb6a6f6d (patch)
treee960e357ac56ac8dbb20472a216f2e941f178082 /plugins
parentad71a9154040bce496bb959c7c7b73f63aed97ef (diff)
Remove more autotools stuff.
Change-Id: I2112e9a24308e2e1c04097df006f32bdf58778c3 Reviewed-on: https://code.wireshark.org/review/27010 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Custom.m4.example3
-rw-r--r--plugins/Custom.make.example8
2 files changed, 0 insertions, 11 deletions
diff --git a/plugins/Custom.m4.example b/plugins/Custom.m4.example
deleted file mode 100644
index adbf02fa16..0000000000
--- a/plugins/Custom.m4.example
+++ /dev/null
@@ -1,3 +0,0 @@
-#
-
-m4_define([_CUSTOM_PLUGIN_CONFIG_FILES_], [plugins/epan/foo/Makefile])
diff --git a/plugins/Custom.make.example b/plugins/Custom.make.example
deleted file mode 100644
index d3020ae430..0000000000
--- a/plugins/Custom.make.example
+++ /dev/null
@@ -1,8 +0,0 @@
-#
-
-_CUSTOM_SUBDIRS_ = \
- epan/foo
-
-_CUSTOM_EXTRA_DIST_ = \
- Custom.m4 \
- Custom.make