aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
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