aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@novell.com>2005-12-12 13:36:17 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2005-12-12 13:36:17 +0800
commit1f082fa21288330fb5b53ce5555ace608ed36040 (patch)
treedfd5cd8d5f674fa2ff9862ddf2c77910b11aff68
parent8ec3a66d0bd0f518782ff9f277b8213da49bcccf (diff)
downloadgsoc2013-evolution-1f082fa21288330fb5b53ce5555ace608ed36040.tar
gsoc2013-evolution-1f082fa21288330fb5b53ce5555ace608ed36040.tar.gz
gsoc2013-evolution-1f082fa21288330fb5b53ce5555ace608ed36040.tar.bz2
gsoc2013-evolution-1f082fa21288330fb5b53ce5555ace608ed36040.tar.lz
gsoc2013-evolution-1f082fa21288330fb5b53ce5555ace608ed36040.tar.xz
gsoc2013-evolution-1f082fa21288330fb5b53ce5555ace608ed36040.tar.zst
gsoc2013-evolution-1f082fa21288330fb5b53ce5555ace608ed36040.zip
Fix make-clean issues.
2005-12-12 Harish Krishnaswamy <kharish@novell.com> * Makefile.am: Fix make-clean issues. svn path=/trunk/; revision=30750
-rw-r--r--plugins/default-mailer/ChangeLog4
-rw-r--r--plugins/default-mailer/Makefile.am2
-rw-r--r--plugins/default-source/ChangeLog4
-rw-r--r--plugins/default-source/Makefile.am3
-rw-r--r--plugins/groupwise-account-setup/ChangeLog4
-rw-r--r--plugins/groupwise-account-setup/Makefile.am3
-rw-r--r--plugins/groupwise-features/ChangeLog4
-rw-r--r--plugins/groupwise-features/Makefile.am2
-rw-r--r--plugins/hula-account-setup/ChangeLog4
-rw-r--r--plugins/hula-account-setup/Makefile.am3
-rw-r--r--plugins/mail-account-disable/ChangeLog4
-rw-r--r--plugins/mail-account-disable/Makefile.am3
-rw-r--r--plugins/mark-all-read/ChangeLog4
-rw-r--r--plugins/mark-all-read/Makefile.am3
-rw-r--r--plugins/mark-calendar-offline/ChangeLog4
-rw-r--r--plugins/mark-calendar-offline/Makefile.am3
-rw-r--r--plugins/plugin-manager/ChangeLog4
-rw-r--r--plugins/plugin-manager/Makefile.am1
-rw-r--r--plugins/print-message/ChangeLog4
-rw-r--r--plugins/print-message/Makefile.am2
-rw-r--r--plugins/select-one-source/ChangeLog4
-rw-r--r--plugins/select-one-source/Makefile.am3
22 files changed, 71 insertions, 1 deletions
diff --git a/plugins/default-mailer/ChangeLog b/plugins/default-mailer/ChangeLog
index 84aa991e20..c4258a1f22 100644
--- a/plugins/default-mailer/ChangeLog
+++ b/plugins/default-mailer/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-12 Harish Krishnaswamy <kharish@novell.com>
+
+ * Makefile.am: Fix make-clean issues.
+
2005-06-23 Not Zed <NotZed@Ximian.com>
* Makefile.am: Changed the way the i18n stuff and xml building is
diff --git a/plugins/default-mailer/Makefile.am b/plugins/default-mailer/Makefile.am
index 8d1017d5d0..0a0b51ffd9 100644
--- a/plugins/default-mailer/Makefile.am
+++ b/plugins/default-mailer/Makefile.am
@@ -36,3 +36,5 @@ EXTRA_DIST = \
BUILT_SOURCES = org-gnome-default-mailer.eplug \
org-gnome-default-mailer.error
+
+CLEANFILES = $(BUILT_SOURCES)
diff --git a/plugins/default-source/ChangeLog b/plugins/default-source/ChangeLog
index 414a84e609..fd5e3b3678 100644
--- a/plugins/default-source/ChangeLog
+++ b/plugins/default-source/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-12 Harish Krishnaswamy <kharish@novell.com>
+
+ * Makefile.am: Fix make-clean issues.
+
2005-12-07 Funda Wang <fundawang@linux.net.cn>
* org-gnome-default-source.eplug.in: i18nlized.
diff --git a/plugins/default-source/Makefile.am b/plugins/default-source/Makefile.am
index b32ecffe60..b10790a451 100644
--- a/plugins/default-source/Makefile.am
+++ b/plugins/default-source/Makefile.am
@@ -18,3 +18,6 @@ liborg_gnome_default_source_la_LIBADD = \
EXTRA_DIST = org-gnome-default-source.eplug.in
+
+BUILT_SOURCES = $(plugin_DATA)
+CLEANFILES = $(BUILT_SOURCES)
diff --git a/plugins/groupwise-account-setup/ChangeLog b/plugins/groupwise-account-setup/ChangeLog
index 11c5a318cd..26001256b6 100644
--- a/plugins/groupwise-account-setup/ChangeLog
+++ b/plugins/groupwise-account-setup/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-12 Harish Krishnaswamy <kharish@novell.com>
+
+ * Makefile.am: Fix make-clean issues.
+
2005-11-24 Sushma Rai <rsushma@novell.com>
* camel-gw-listener.c (add_addressbook_sources): Checking if the
diff --git a/plugins/groupwise-account-setup/Makefile.am b/plugins/groupwise-account-setup/Makefile.am
index 4c80ad9a21..ac0f18f590 100644
--- a/plugins/groupwise-account-setup/Makefile.am
+++ b/plugins/groupwise-account-setup/Makefile.am
@@ -27,3 +27,6 @@ liborg_gnome_gw_account_setup_la_LIBADD= \
$(CAMEL_GROUPWISE_LIBS)
EXTRA_DIST = org-gnome-gw-account-setup.eplug.xml
+
+BUILT_SOURCES = $(plugin_DATA)
+CLEANFILES = $(BUILT_SOURCES)
diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog
index 76ae47237f..328ccec90c 100644
--- a/plugins/groupwise-features/ChangeLog
+++ b/plugins/groupwise-features/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-12 Harish Krishnaswamy <kharish@novell.com>
+
+ * Makefile.am: Fix make-clean issues.
+
2005-12-05 Parthasarathi Susarla <sparthasarathi@novell.com>
* proxy.c: initialize CamelException.
diff --git a/plugins/groupwise-features/Makefile.am b/plugins/groupwise-features/Makefile.am
index f06792bfe5..138945bfb3 100644
--- a/plugins/groupwise-features/Makefile.am
+++ b/plugins/groupwise-features/Makefile.am
@@ -68,7 +68,7 @@ error_DATA = \
errordir = $(privdatadir)/errors
-BUILT_SOURCES = $(error_i18n)
+BUILT_SOURCES = org-gnome-groupwise-features.eplug $(error_i18n)
EXTRA_DIST = \
$(error_DATA) \
diff --git a/plugins/hula-account-setup/ChangeLog b/plugins/hula-account-setup/ChangeLog
index 4c3d1740bc..0cff3db3bf 100644
--- a/plugins/hula-account-setup/ChangeLog
+++ b/plugins/hula-account-setup/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-12 Harish Krishnaswamy <kharish@novell.com>
+
+ * Makefile.am: Fix make-clean issues.
+
2005-12-07 Funda Wang <fundawang@linux.net.cn>
* org-gnome-evolution-hula-account-setup.eplug.xml: i18nlized.
diff --git a/plugins/hula-account-setup/Makefile.am b/plugins/hula-account-setup/Makefile.am
index c9156bf21f..ce6d3b9bd6 100644
--- a/plugins/hula-account-setup/Makefile.am
+++ b/plugins/hula-account-setup/Makefile.am
@@ -24,3 +24,6 @@ liborg_gnome_evolution_hula_account_setup_la_LIBADD= \
$(EVOLUTION_MAIL_LIBS)
EXTRA_DIST = org-gnome-evolution-hula-account-setup.eplug.xml
+
+BUILT_SOURCES = $(plugin_DATA)
+CLEANFILES = $(BUILT_SOURCES)
diff --git a/plugins/mail-account-disable/ChangeLog b/plugins/mail-account-disable/ChangeLog
index 98a0423d54..dcba87dcd7 100644
--- a/plugins/mail-account-disable/ChangeLog
+++ b/plugins/mail-account-disable/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-12 Harish Krishnaswamy <kharish@novell.com>
+
+ * Makefile.am: Fix make-clean issues.
+
2005-08-23 Not Zed <NotZed@Ximian.com>
* Makefile.am: Remove the special case for win32, its a bug on all
diff --git a/plugins/mail-account-disable/Makefile.am b/plugins/mail-account-disable/Makefile.am
index ad0daf1945..7ec8a1124e 100644
--- a/plugins/mail-account-disable/Makefile.am
+++ b/plugins/mail-account-disable/Makefile.am
@@ -16,3 +16,6 @@ libmail_account_disable_la_LIBADD = $(top_builddir)/e-util/libeutil.la \
$(EVOLUTION_MAIL_LIBS)
EXTRA_DIST = org-gnome-mail-account-disable.eplug.xml
+
+BUILT_SOURCES = $(plugin_DATA)
+CLEANFILES = $(BUILT_SOURCES)
diff --git a/plugins/mark-all-read/ChangeLog b/plugins/mark-all-read/ChangeLog
index bcadeb2ce1..2e25ad4202 100644
--- a/plugins/mark-all-read/ChangeLog
+++ b/plugins/mark-all-read/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-12 Harish Krishnaswamy <kharish@novell.com>
+
+ * Makefile.am: Fix make-clean issues.
+
2005-12-07 Funda Wang <fundawang@linux.net.cn>
* org-gnome-mark-all-read.eplug.in: i18nlized.
diff --git a/plugins/mark-all-read/Makefile.am b/plugins/mark-all-read/Makefile.am
index c5652ff145..ffec00cc8f 100644
--- a/plugins/mark-all-read/Makefile.am
+++ b/plugins/mark-all-read/Makefile.am
@@ -16,3 +16,6 @@ liborg_gnome_mark_all_read_la_LIBADD = \
$(EVOLUTION_MAIL_LIBS)
EXTRA_DIST = org-gnome-mark-all-read.eplug.in
+
+BUILT_SOURCES = $(plugin_DATA)
+CLEANFILES = $(BUILT_SOURCES)
diff --git a/plugins/mark-calendar-offline/ChangeLog b/plugins/mark-calendar-offline/ChangeLog
index 75ee16bf23..33e6513e17 100644
--- a/plugins/mark-calendar-offline/ChangeLog
+++ b/plugins/mark-calendar-offline/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-12 Harish Krishnaswamy <kharish@novell.com>
+
+ * Makefile.am: Fix make-clean issues.
+
2005-05-06 Not Zed <NotZed@Ximian.com>
* Makefile.am:
diff --git a/plugins/mark-calendar-offline/Makefile.am b/plugins/mark-calendar-offline/Makefile.am
index 907465406b..3a4334699c 100644
--- a/plugins/mark-calendar-offline/Makefile.am
+++ b/plugins/mark-calendar-offline/Makefile.am
@@ -11,3 +11,6 @@ liborg_gnome_mark_calendar_offline_la_SOURCES = mark-calendar-offline.c
liborg_gnome_mark_calendar_offline_la_LDFLAGS = -module -avoid-version
EXTRA_DIST = org-gnome-mark-calendar-offline.eplug.xml
+
+BUILT_SOURCES = $(plugin_DATA)
+CLEANFILES = $(BUILT_SOURCES)
diff --git a/plugins/plugin-manager/ChangeLog b/plugins/plugin-manager/ChangeLog
index 68a0eaace0..fdd5a98905 100644
--- a/plugins/plugin-manager/ChangeLog
+++ b/plugins/plugin-manager/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-12 Harish Krishnaswamy <kharish@novell.com>
+
+ * Makefile.am: Fix make-clean issues.
+
2005-08-03 Li Yuan <li.yuan@sun.com>
* plugin-manager.c: (org_gnome_plugin_manager_manage):
diff --git a/plugins/plugin-manager/Makefile.am b/plugins/plugin-manager/Makefile.am
index 024551f2c9..f9d6642521 100644
--- a/plugins/plugin-manager/Makefile.am
+++ b/plugins/plugin-manager/Makefile.am
@@ -18,4 +18,5 @@ EXTRA_DIST = \
org-gnome-plugin-manager.xml
BUILT_SOURCES = org-gnome-plugin-manager.eplug
+
CLEANFILES = $(BUILT_SOURCES)
diff --git a/plugins/print-message/ChangeLog b/plugins/print-message/ChangeLog
index f0e995b271..5275c39b71 100644
--- a/plugins/print-message/ChangeLog
+++ b/plugins/print-message/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-12 Harish Krishnaswamy <kharish@novell.com>
+
+ * Makefile.am: Fix make-clean issues.
+
2005-08-23 Not Zed <NotZed@Ximian.com>
* print-message.c: Add missing headers
diff --git a/plugins/print-message/Makefile.am b/plugins/print-message/Makefile.am
index ad4f7f8dd7..73b9d06918 100644
--- a/plugins/print-message/Makefile.am
+++ b/plugins/print-message/Makefile.am
@@ -18,4 +18,6 @@ liborg_gnome_print_message_la_LIBADD = \
EXTRA_DIST = \
org-gnome-print-message.eplug.xml\
org-gnome-print-message.xml
+
+BUILT_SOURCES = org-gnome-print-message.eplug
CLEANFILES = $(BUILT_SOURCES)
diff --git a/plugins/select-one-source/ChangeLog b/plugins/select-one-source/ChangeLog
index 147c75650c..ec1933516c 100644
--- a/plugins/select-one-source/ChangeLog
+++ b/plugins/select-one-source/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-12 Harish Krishnaswamy <kharish@novell.com>
+
+ * Makefile.am: Fix make-clean issues.
+
2005-05-06 Not Zed <NotZed@Ximian.com>
* Makefile.am:
diff --git a/plugins/select-one-source/Makefile.am b/plugins/select-one-source/Makefile.am
index e329a9efb5..2dcf45c0a0 100644
--- a/plugins/select-one-source/Makefile.am
+++ b/plugins/select-one-source/Makefile.am
@@ -11,3 +11,6 @@ liborg_gnome_select_one_source_la_SOURCES = select-one-source.c
liborg_gnome_select_one_source_la_LDFLAGS = -module -avoid-version
EXTRA_DIST = org-gnome-select-one-source.eplug.xml
+
+BUILT_SOURCES = $(plugin_DATA)
+CLEANFILES = $(BUILT_SOURCES)