aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/proxy
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/proxy')
-rw-r--r--plugins/proxy/ChangeLog5
-rw-r--r--plugins/proxy/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/plugins/proxy/ChangeLog b/plugins/proxy/ChangeLog
index 697d3554e9..e8f1d86891 100644
--- a/plugins/proxy/ChangeLog
+++ b/plugins/proxy/ChangeLog
@@ -1,3 +1,8 @@
+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>
* proxy.c : (org_gnome_proxy)
diff --git a/plugins/proxy/Makefile.am b/plugins/proxy/Makefile.am
index a1563ceda8..c3daf31098 100644
--- a/plugins/proxy/Makefile.am
+++ b/plugins/proxy/Makefile.am
@@ -12,7 +12,7 @@ INCLUDES = \
plugin_DATA = org-gnome-proxy.eplug
plugin_LTLIBRARIES = liborg-gnome-proxy.la
-liborg_gnome_proxy_la_SOURCES = proxy.c
+liborg_gnome_proxy_la_SOURCES = proxy.c proxy.h
liborg_gnome_proxy_la_LDFLAGS = -module -avoid-version
liborg_gnome_proxy_la_LIBADD = \
$(EVOLUTION_MAIL_LIBS) \