aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2017-10-15 14:35:06 +0100
committerJoão Valverde <j@v6e.pt>2017-10-15 14:17:20 +0000
commit9764cd0a830e87c8acf13b4d494ea7fe4df72f85 (patch)
treea921bbde0a941eabf36bf3b14f66ce3c50fc0f47 /plugins
parentf89b8ccff4d2172a8c244d46d1c559018b5ce917 (diff)
autotools: make maintainer-clean should allow rerunning 'configure'
Change-Id: Iedae94ffefe27b13b1967d69cacb757b5aa4576d Reviewed-on: https://code.wireshark.org/review/23928 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Makefile.am3
-rw-r--r--plugins/docsis/Makefile.am3
-rw-r--r--plugins/ethercat/Makefile.am3
-rw-r--r--plugins/gryphon/Makefile.am3
-rw-r--r--plugins/irda/Makefile.am1
-rw-r--r--plugins/mate/Makefile.am1
-rw-r--r--plugins/opcua/Makefile.am3
-rw-r--r--plugins/pluginifdemo/Makefile.am3
-rw-r--r--plugins/profinet/Makefile.am3
-rw-r--r--plugins/stats_tree/Makefile.am3
-rw-r--r--plugins/transum/Makefile.am3
-rw-r--r--plugins/unistim/Makefile.am3
-rw-r--r--plugins/wimax/Makefile.am3
-rw-r--r--plugins/wimaxasncp/Makefile.am1
-rw-r--r--plugins/wimaxmacphy/Makefile.am3
15 files changed, 0 insertions, 39 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 0310498556..ee51015782 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -41,9 +41,6 @@ EXTRA_DIST = \
Custom.make.example \
Custom.m4.example
-MAINTAINERCLEANFILES = \
- Makefile.in
-
checkapi:
for i in $(SUBDIRS); do \
(cd "$$i"; $(MAKE) checkapi); \
diff --git a/plugins/docsis/Makefile.am b/plugins/docsis/Makefile.am
index 7c4fbd4924..d497f1db54 100644
--- a/plugins/docsis/Makefile.am
+++ b/plugins/docsis/Makefile.am
@@ -64,9 +64,6 @@ CLEANFILES = \
DISTCLEANFILES = \
plugin.c
-MAINTAINERCLEANFILES = \
- Makefile.in
-
EXTRA_DIST = \
plugin.rc.in \
README \
diff --git a/plugins/ethercat/Makefile.am b/plugins/ethercat/Makefile.am
index ba9c1a128f..70bf2a7e0c 100644
--- a/plugins/ethercat/Makefile.am
+++ b/plugins/ethercat/Makefile.am
@@ -71,9 +71,6 @@ CLEANFILES = \
DISTCLEANFILES = \
plugin.c
-MAINTAINERCLEANFILES = \
- Makefile.in
-
EXTRA_DIST = \
plugin.rc.in \
CMakeLists.txt
diff --git a/plugins/gryphon/Makefile.am b/plugins/gryphon/Makefile.am
index ceae1785f2..26e76c1ae9 100644
--- a/plugins/gryphon/Makefile.am
+++ b/plugins/gryphon/Makefile.am
@@ -60,9 +60,6 @@ CLEANFILES = \
DISTCLEANFILES = \
plugin.c
-MAINTAINERCLEANFILES = \
- Makefile.in
-
EXTRA_DIST = \
plugin.rc.in \
CMakeLists.txt
diff --git a/plugins/irda/Makefile.am b/plugins/irda/Makefile.am
index e393065c9e..f164717aa5 100644
--- a/plugins/irda/Makefile.am
+++ b/plugins/irda/Makefile.am
@@ -65,7 +65,6 @@ DISTCLEANFILES = \
plugin.c
MAINTAINERCLEANFILES = \
- Makefile.in \
$(GENERATED_SRC_FILES) \
$(GENERATED_HEADER_FILES)
diff --git a/plugins/mate/Makefile.am b/plugins/mate/Makefile.am
index c791e4e703..710e11a9c9 100644
--- a/plugins/mate/Makefile.am
+++ b/plugins/mate/Makefile.am
@@ -102,7 +102,6 @@ DISTCLEANFILES = \
plugin.c
MAINTAINERCLEANFILES = \
- Makefile.in \
$(GENERATED_SRC_FILES) \
$(GENERATED_HEADER_FILES)
diff --git a/plugins/opcua/Makefile.am b/plugins/opcua/Makefile.am
index 2a17cf9dd1..bf6e274fde 100644
--- a/plugins/opcua/Makefile.am
+++ b/plugins/opcua/Makefile.am
@@ -84,9 +84,6 @@ CLEANFILES = \
DISTCLEANFILES = \
plugin.c
-MAINTAINERCLEANFILES = \
- Makefile.in
-
EXTRA_DIST = \
plugin.rc.in \
README \
diff --git a/plugins/pluginifdemo/Makefile.am b/plugins/pluginifdemo/Makefile.am
index 23aaaabff7..e4a2b1a81e 100644
--- a/plugins/pluginifdemo/Makefile.am
+++ b/plugins/pluginifdemo/Makefile.am
@@ -60,9 +60,6 @@ CLEANFILES = \
DISTCLEANFILES = \
plugin.c
-MAINTAINERCLEANFILES = \
- Makefile.in
-
EXTRA_DIST = \
plugin.rc.in \
CMakeLists.txt
diff --git a/plugins/profinet/Makefile.am b/plugins/profinet/Makefile.am
index f1befd5338..5f4e67e520 100644
--- a/plugins/profinet/Makefile.am
+++ b/plugins/profinet/Makefile.am
@@ -70,9 +70,6 @@ CLEANFILES = \
DISTCLEANFILES = \
plugin.c
-MAINTAINERCLEANFILES = \
- Makefile.in
-
EXTRA_DIST = \
plugin.rc.in \
CMakeLists.txt
diff --git a/plugins/stats_tree/Makefile.am b/plugins/stats_tree/Makefile.am
index ab1704f907..6ead2f4393 100644
--- a/plugins/stats_tree/Makefile.am
+++ b/plugins/stats_tree/Makefile.am
@@ -53,9 +53,6 @@ CLEANFILES = \
stats_tree \
*~
-MAINTAINERCLEANFILES = \
- Makefile.in
-
EXTRA_DIST = \
plugin.rc.in \
CMakeLists.txt
diff --git a/plugins/transum/Makefile.am b/plugins/transum/Makefile.am
index da2bb2dabd..d2910c695e 100644
--- a/plugins/transum/Makefile.am
+++ b/plugins/transum/Makefile.am
@@ -65,9 +65,6 @@ CLEANFILES = \
DISTCLEANFILES = \
plugin.c
-MAINTAINERCLEANFILES = \
- Makefile.in
-
EXTRA_DIST = \
plugin.rc.in \
CMakeLists.txt
diff --git a/plugins/unistim/Makefile.am b/plugins/unistim/Makefile.am
index a3d1d90ee2..397e300aca 100644
--- a/plugins/unistim/Makefile.am
+++ b/plugins/unistim/Makefile.am
@@ -69,9 +69,6 @@ CLEANFILES = \
DISTCLEANFILES = \
plugin.c
-MAINTAINERCLEANFILES = \
- Makefile.in
-
EXTRA_DIST = \
plugin.rc.in \
CMakeLists.txt
diff --git a/plugins/wimax/Makefile.am b/plugins/wimax/Makefile.am
index dbb5896c5b..cfb9aacfb2 100644
--- a/plugins/wimax/Makefile.am
+++ b/plugins/wimax/Makefile.am
@@ -109,9 +109,6 @@ CLEANFILES = \
DISTCLEANFILES = \
plugin.c
-MAINTAINERCLEANFILES = \
- Makefile.in
-
EXTRA_DIST = \
plugin.rc.in \
CMakeLists.txt \
diff --git a/plugins/wimaxasncp/Makefile.am b/plugins/wimaxasncp/Makefile.am
index 664f79b43f..142ed7da55 100644
--- a/plugins/wimaxasncp/Makefile.am
+++ b/plugins/wimaxasncp/Makefile.am
@@ -82,7 +82,6 @@ DISTCLEANFILES = \
plugin.c
MAINTAINERCLEANFILES = \
- Makefile.in \
$(GENERATED_SRC_FILES) \
$(GENERATED_HEADER_FILES)
diff --git a/plugins/wimaxmacphy/Makefile.am b/plugins/wimaxmacphy/Makefile.am
index 357685db7f..64ba6dfecd 100644
--- a/plugins/wimaxmacphy/Makefile.am
+++ b/plugins/wimaxmacphy/Makefile.am
@@ -60,9 +60,6 @@ CLEANFILES = \
DISTCLEANFILES = \
plugin.c
-MAINTAINERCLEANFILES = \
- Makefile.in
-
EXTRA_DIST = \
plugin.rc.in \
CMakeLists.txt