aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/prefer-plain/ChangeLog4
-rw-r--r--plugins/prefer-plain/Makefile.am3
-rw-r--r--plugins/profiler/ChangeLog4
-rw-r--r--plugins/profiler/Makefile.am3
-rw-r--r--plugins/save-attachments/ChangeLog4
-rw-r--r--plugins/save-attachments/Makefile.am5
-rw-r--r--plugins/save-calendar/ChangeLog4
-rw-r--r--plugins/save-calendar/Makefile.am2
-rw-r--r--plugins/startup-wizard/ChangeLog4
-rw-r--r--plugins/startup-wizard/Makefile.am2
-rw-r--r--plugins/subject-thread/ChangeLog4
-rw-r--r--plugins/subject-thread/Makefile.am3
12 files changed, 41 insertions, 1 deletions
diff --git a/plugins/prefer-plain/ChangeLog b/plugins/prefer-plain/ChangeLog
index f6fd3469a8..a8eda3c796 100644
--- a/plugins/prefer-plain/ChangeLog
+++ b/plugins/prefer-plain/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-12 Not Zed <NotZed@Ximian.com>
+
+ * Makefile.am: fix built_sources/cleanfiles.
+
2005-05-06 Not Zed <NotZed@Ximian.com>
* Makefile.am:
diff --git a/plugins/prefer-plain/Makefile.am b/plugins/prefer-plain/Makefile.am
index 9646ecf027..00eef8ba84 100644
--- a/plugins/prefer-plain/Makefile.am
+++ b/plugins/prefer-plain/Makefile.am
@@ -11,3 +11,6 @@ liborg_gnome_prefer_plain_la_SOURCES = prefer-plain.c
liborg_gnome_prefer_plain_la_LDFLAGS = -module -avoid-version
EXTRA_DIST = org-gnome-prefer-plain.eplug.xml
+
+BUILT_SOURCES = $(plugin_DATA)
+CLEANFILES = $(BUILT_SOURCES)
diff --git a/plugins/profiler/ChangeLog b/plugins/profiler/ChangeLog
index 8d64f0774e..4ecb046b44 100644
--- a/plugins/profiler/ChangeLog
+++ b/plugins/profiler/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-12 Not Zed <NotZed@Ximian.com>
+
+ * Makefile.am: fix built_sources/cleanfiles.
+
2005-04-26 Not Zed <NotZed@Ximian.com>
* A profiler plugin.
diff --git a/plugins/profiler/Makefile.am b/plugins/profiler/Makefile.am
index 90f4e36abf..8e948a049f 100644
--- a/plugins/profiler/Makefile.am
+++ b/plugins/profiler/Makefile.am
@@ -13,3 +13,6 @@ liborg_gnome_evolution_profiler_la_SOURCES = profiler.c
liborg_gnome_evolution_profiler_la_LDFLAGS = -module -avoid-version
EXTRA_DIST = org-gnome-evolution-profiler.eplug.in
+
+BUILT_SOURCES = $(plugin_DATA)
+CLEANFILES = $(BUILT_SOURCES)
diff --git a/plugins/save-attachments/ChangeLog b/plugins/save-attachments/ChangeLog
index 3beca67ea0..058b03e497 100644
--- a/plugins/save-attachments/ChangeLog
+++ b/plugins/save-attachments/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-12 Not Zed <NotZed@Ximian.com>
+
+ * Makefile.am: setup built_sources/cleanfiles.
+
2005-05-06 Not Zed <NotZed@Ximian.com>
* Makefile.am:
diff --git a/plugins/save-attachments/Makefile.am b/plugins/save-attachments/Makefile.am
index 35621ffc8f..e3ebc9f9e5 100644
--- a/plugins/save-attachments/Makefile.am
+++ b/plugins/save-attachments/Makefile.am
@@ -12,4 +12,7 @@ liborg_gnome_save_attachments_la_LDFLAGS = -module -avoid-version
EXTRA_DIST = \
org-gnome-save-attachments.eplug.xml \
- org-gnome-save-attachments.xml \ No newline at end of file
+ org-gnome-save-attachments.xml
+
+BUILT_SOURCES = org-gnome-save-attachments.eplug
+CLEANFILES = $(BUILT_SOURCES)
diff --git a/plugins/save-calendar/ChangeLog b/plugins/save-calendar/ChangeLog
index d3cd35f256..4c20dc9891 100644
--- a/plugins/save-calendar/ChangeLog
+++ b/plugins/save-calendar/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-12 Not Zed <NotZed@Ximian.com>
+
+ * Makefile.am: setup built_sources/cleanfiles
+
2005-03-02 Philip Van Hoof <pvanhoof@gnome.org>
* rdf-format.c: Fixes for Bug #73099 and Bug #73098
diff --git a/plugins/save-calendar/Makefile.am b/plugins/save-calendar/Makefile.am
index 720c586e94..b3c8deb280 100644
--- a/plugins/save-calendar/Makefile.am
+++ b/plugins/save-calendar/Makefile.am
@@ -18,3 +18,5 @@ liborg_gnome_save_calendar_la_LDFLAGS = -module -avoid-version
EXTRA_DIST = org-gnome-save-calendar.eplug.xml
+BUILT_SOURCES = $(plugin_DATA)
+CLEANFILES = $(BUILT_SOURCES)
diff --git a/plugins/startup-wizard/ChangeLog b/plugins/startup-wizard/ChangeLog
index e39396de8d..0d869e03e3 100644
--- a/plugins/startup-wizard/ChangeLog
+++ b/plugins/startup-wizard/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-12 Not Zed <NotZed@Ximian.com>
+
+ * Makefile.am: added built_sources/cleanfiles
+
2005-05-06 Not Zed <NotZed@Ximian.com>
* Makefile.am:
diff --git a/plugins/startup-wizard/Makefile.am b/plugins/startup-wizard/Makefile.am
index e8ecfad73d..8d661435b7 100644
--- a/plugins/startup-wizard/Makefile.am
+++ b/plugins/startup-wizard/Makefile.am
@@ -19,3 +19,5 @@ liborg_gnome_evolution_startup_wizard_la_LDFLAGS = -module -avoid-version
EXTRA_DIST = org-gnome-evolution-startup-wizard.eplug.xml
+BUILT_SOURCES = $(plugin_DATA)
+CLEANFILES = $(BUILT_SOURCES)
diff --git a/plugins/subject-thread/ChangeLog b/plugins/subject-thread/ChangeLog
index 11a3ba6ff2..8b2cd985b9 100644
--- a/plugins/subject-thread/ChangeLog
+++ b/plugins/subject-thread/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-12 Not Zed <NotZed@Ximian.com>
+
+ * Makefile.am: setup built_sources/cleanfiles
+
2005-05-06 Not Zed <NotZed@Ximian.com>
* Makefile.am:
diff --git a/plugins/subject-thread/Makefile.am b/plugins/subject-thread/Makefile.am
index 9ac3129b3a..45f2a826b1 100644
--- a/plugins/subject-thread/Makefile.am
+++ b/plugins/subject-thread/Makefile.am
@@ -11,3 +11,6 @@ liborg_gnome_subject_thread_la_SOURCES = subject-thread.c
liborg_gnome_subject_thread_la_LDFLAGS = -module -avoid-version
EXTRA_DIST = org-gnome-subject-thread.eplug.xml
+
+BUILT_SOURCES = $(plugin_DATA)
+CLEANFILES = $(BUILT_SOURCES)