[libpeas] Do not drop all the test plugin files when running make distclean.



commit 9eaab35364a18c9a67bb414629b0539784261872
Author: Steve Frécinaux <code istique net>
Date:   Mon Mar 7 19:19:34 2011 +0100

    Do not drop all the test plugin files when running make distclean.
    
    Those are not generated so they shouldn't get discarded by the build
    system.

 tests/libpeas-gtk/plugins/Makefile.am              |    1 -
 .../plugins/builtin-configurable/Makefile.am       |    1 -
 tests/libpeas-gtk/plugins/configurable/Makefile.am |    1 -
 .../plugins/valid-custom-icon/Makefile.am          |    1 -
 tests/libpeas/plugins/Makefile.am                  |    1 -
 tests/libpeas/plugins/extension-c/Makefile.am      |    1 -
 tests/libpeas/plugins/extension-python/Makefile.am |    1 -
 tests/libpeas/plugins/extension-seed/Makefile.am   |    1 -
 tests/plugins/Makefile.am                          |    1 -
 tests/plugins/builtin/Makefile.am                  |    1 -
 tests/plugins/has-dep/Makefile.am                  |    1 -
 tests/plugins/loadable/Makefile.am                 |    1 -
 tests/plugins/self-dep/Makefile.am                 |    1 -
 13 files changed, 0 insertions(+), 13 deletions(-)
---
diff --git a/tests/libpeas-gtk/plugins/Makefile.am b/tests/libpeas-gtk/plugins/Makefile.am
index 6ef4c35..6d92f58 100644
--- a/tests/libpeas-gtk/plugins/Makefile.am
+++ b/tests/libpeas-gtk/plugins/Makefile.am
@@ -9,4 +9,3 @@ noinst_PLUGIN = \
 	valid-stock-icon.plugin
 
 EXTRA_DIST = $(noinst_PLUGIN)
-DISTCLEANFILES = $(noinst_PLUGIN)
diff --git a/tests/libpeas-gtk/plugins/builtin-configurable/Makefile.am b/tests/libpeas-gtk/plugins/builtin-configurable/Makefile.am
index a7ef96c..78d9529 100644
--- a/tests/libpeas-gtk/plugins/builtin-configurable/Makefile.am
+++ b/tests/libpeas-gtk/plugins/builtin-configurable/Makefile.am
@@ -21,4 +21,3 @@ libbuiltin_configurable_la_LIBADD  = $(PEAS_LIBS) $(PEAS_GTK_LIBS)
 noinst_PLUGIN = builtin-configurable.plugin
 
 EXTRA_DIST = $(noinst_PLUGIN)
-DISTCLEANFILES = $(noinst_PLUGIN)
diff --git a/tests/libpeas-gtk/plugins/configurable/Makefile.am b/tests/libpeas-gtk/plugins/configurable/Makefile.am
index 55cf7d9..7588069 100644
--- a/tests/libpeas-gtk/plugins/configurable/Makefile.am
+++ b/tests/libpeas-gtk/plugins/configurable/Makefile.am
@@ -19,4 +19,3 @@ libconfigurable_la_LIBADD  = $(PEAS_LIBS) $(PEAS_GTK_LIBS)
 noinst_PLUGIN = configurable.plugin
 
 EXTRA_DIST = $(noinst_PLUGIN)
-DISTCLEANFILES = $(noinst_PLUGIN)
diff --git a/tests/libpeas-gtk/plugins/valid-custom-icon/Makefile.am b/tests/libpeas-gtk/plugins/valid-custom-icon/Makefile.am
index 48b6a7d..5f361b4 100644
--- a/tests/libpeas-gtk/plugins/valid-custom-icon/Makefile.am
+++ b/tests/libpeas-gtk/plugins/valid-custom-icon/Makefile.am
@@ -4,4 +4,3 @@ noinst_DATA = exists.png
 noinst_PLUGIN = valid-custom-icon.plugin
 
 EXTRA_DIST = $(noinst_DATA) $(noinst_PLUGIN)
-DISTCLEANFILES = $(noinst_PLUGIN)
diff --git a/tests/libpeas/plugins/Makefile.am b/tests/libpeas/plugins/Makefile.am
index 6c4eee3..b7c3f3e 100644
--- a/tests/libpeas/plugins/Makefile.am
+++ b/tests/libpeas/plugins/Makefile.am
@@ -23,4 +23,3 @@ noinst_PLUGIN = \
 	os-dependant-help.plugin
 
 EXTRA_DIST = $(noinst_PLUGIN)
-DISTCLEANFILES = $(noinst_PLUGIN)
diff --git a/tests/libpeas/plugins/extension-c/Makefile.am b/tests/libpeas/plugins/extension-c/Makefile.am
index ae73920..cf11914 100644
--- a/tests/libpeas/plugins/extension-c/Makefile.am
+++ b/tests/libpeas/plugins/extension-c/Makefile.am
@@ -25,4 +25,3 @@ libextension_c_la_LIBADD = \
 noinst_PLUGIN = extension-c.plugin
 
 EXTRA_DIST = $(noinst_PLUGIN)
-DISTCLEANFILES = $(noinst_PLUGIN)
diff --git a/tests/libpeas/plugins/extension-python/Makefile.am b/tests/libpeas/plugins/extension-python/Makefile.am
index 4424628..c3dd46c 100644
--- a/tests/libpeas/plugins/extension-python/Makefile.am
+++ b/tests/libpeas/plugins/extension-python/Makefile.am
@@ -8,4 +8,3 @@ noinst_PLUGIN = \
 	extension-python.pyc
 
 EXTRA_DIST = $(noinst_PLUGIN)
-DISTCLEANFILES = $(noinst_PLUGIN)
diff --git a/tests/libpeas/plugins/extension-seed/Makefile.am b/tests/libpeas/plugins/extension-seed/Makefile.am
index 98d67cf..f9b4b5f 100644
--- a/tests/libpeas/plugins/extension-seed/Makefile.am
+++ b/tests/libpeas/plugins/extension-seed/Makefile.am
@@ -5,4 +5,3 @@ noinst_PLUGIN =	\
 	extension-seed.plugin
 
 EXTRA_DIST = $(noinst_PLUGIN)
-DISTCLEANFILES = $(noinst_PLUGIN)
diff --git a/tests/plugins/Makefile.am b/tests/plugins/Makefile.am
index b368dfa..eb07efe 100644
--- a/tests/plugins/Makefile.am
+++ b/tests/plugins/Makefile.am
@@ -12,4 +12,3 @@ noinst_PLUGIN = \
 	unavailable.plugin
 
 EXTRA_DIST = $(noinst_PLUGIN)
-DISTCLEANFILES = $(noinst_PLUGIN)
diff --git a/tests/plugins/builtin/Makefile.am b/tests/plugins/builtin/Makefile.am
index 342f126..b909ef3 100644
--- a/tests/plugins/builtin/Makefile.am
+++ b/tests/plugins/builtin/Makefile.am
@@ -18,4 +18,3 @@ libbuiltin_la_LIBADD  = $(PEAS_LIBS)
 noinst_PLUGIN = builtin.plugin
 
 EXTRA_DIST = $(noinst_PLUGIN)
-DISTCLEANFILES = $(noinst_PLUGIN)
diff --git a/tests/plugins/has-dep/Makefile.am b/tests/plugins/has-dep/Makefile.am
index 9b33816..facb48d 100644
--- a/tests/plugins/has-dep/Makefile.am
+++ b/tests/plugins/has-dep/Makefile.am
@@ -18,4 +18,3 @@ libhas_dep_la_LIBADD  = $(PEAS_LIBS)
 noinst_PLUGIN = has-dep.plugin
 
 EXTRA_DIST = $(noinst_PLUGIN)
-DISTCLEANFILES = $(noinst_PLUGIN)
diff --git a/tests/plugins/loadable/Makefile.am b/tests/plugins/loadable/Makefile.am
index 24d102a..c387e5e 100644
--- a/tests/plugins/loadable/Makefile.am
+++ b/tests/plugins/loadable/Makefile.am
@@ -18,4 +18,3 @@ libloadable_la_LIBADD  = $(PEAS_LIBS)
 noinst_PLUGIN = loadable.plugin
 
 EXTRA_DIST = $(noinst_PLUGIN)
-DISTCLEANFILES = $(noinst_PLUGIN)
diff --git a/tests/plugins/self-dep/Makefile.am b/tests/plugins/self-dep/Makefile.am
index e4ac046..f20079c 100644
--- a/tests/plugins/self-dep/Makefile.am
+++ b/tests/plugins/self-dep/Makefile.am
@@ -18,4 +18,3 @@ libself_dep_la_LIBADD  = $(PEAS_LIBS)
 noinst_PLUGIN = self-dep.plugin
 
 EXTRA_DIST = $(noinst_PLUGIN)
-DISTCLEANFILES = $(noinst_PLUGIN)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]