diff options
-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) |