diff options
author | Sankar P <psankar@novell.com> | 2005-07-12 17:22:53 +0800 |
---|---|---|
committer | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2005-07-12 17:22:53 +0800 |
commit | 018f7102bf319683b58c9105c68bd89ef298e1b7 (patch) | |
tree | 795fd41326150b1dc1f171ee693c13b39c4a5e36 /plugins | |
parent | 56532189007ef4791aeb42c653cc0149be6b6b0e (diff) | |
download | gsoc2013-evolution-018f7102bf319683b58c9105c68bd89ef298e1b7.tar.gz gsoc2013-evolution-018f7102bf319683b58c9105c68bd89ef298e1b7.tar.zst gsoc2013-evolution-018f7102bf319683b58c9105c68bd89ef298e1b7.zip |
Added org-gnome-proxy-errors.xml file to the EXTRA_DIST and added
2005-07-12 Sankar P <psankar@novell.com>
* Makefile.am :
Added org-gnome-proxy-errors.xml file to the EXTRA_DIST and
added CLEANFILES.
svn path=/trunk/; revision=29736
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/proxy/ChangeLog | 6 | ||||
-rw-r--r-- | plugins/proxy/Makefile.am | 10 |
2 files changed, 14 insertions, 2 deletions
diff --git a/plugins/proxy/ChangeLog b/plugins/proxy/ChangeLog index e8f1d86891..2625623db8 100644 --- a/plugins/proxy/ChangeLog +++ b/plugins/proxy/ChangeLog @@ -1,6 +1,12 @@ 2005-07-12 Sankar P <psankar@novell.com> * Makefile.am : + Added org-gnome-proxy-errors.xml file to the EXTRA_DIST and + added CLEANFILES. + +2005-07-12 Sankar P <psankar@novell.com> + + * Makefile.am : Added missed header files to the SOURCES. 2005-07-11 Sankar P <psankar@novell.com> diff --git a/plugins/proxy/Makefile.am b/plugins/proxy/Makefile.am index c3daf31098..6a72207000 100644 --- a/plugins/proxy/Makefile.am +++ b/plugins/proxy/Makefile.am @@ -13,7 +13,7 @@ plugin_DATA = org-gnome-proxy.eplug plugin_LTLIBRARIES = liborg-gnome-proxy.la liborg_gnome_proxy_la_SOURCES = proxy.c proxy.h -liborg_gnome_proxy_la_LDFLAGS = -module -avoid-version +liborg_gnome_proxy_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED) liborg_gnome_proxy_la_LIBADD = \ $(EVOLUTION_MAIL_LIBS) \ $(CAMEL_GROUPWISE_LIBS) @@ -27,4 +27,10 @@ errordir = $(privdatadir)/errors BUILT_SOURCES = $(error_i18n) -EXTRA_DIST = org-gnome-proxy.eplug.xml +EXTRA_DIST = \ + $(error_DATA) \ + $(glade_DATA) \ + org-gnome-proxy.eplug.xml \ + org-gnome-proxy-errors.xml + +CLEANFILES = $(BUILT_SOURCES) |