aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/exchange-operations/ChangeLog5
-rw-r--r--plugins/exchange-operations/Makefile.am6
2 files changed, 9 insertions, 2 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog
index 3a4255ba38..098d7e118b 100644
--- a/plugins/exchange-operations/ChangeLog
+++ b/plugins/exchange-operations/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-27 Sarfraaz Ahmed <asarfraaz@novell.com>
+
+ * Makefile.am : Added the header files as part of SOURCES so that they
+ get disted as well.
+
2005-06-22 Sarfraaz Ahmed <asarfraaz@novell.com>
* exchange-account-setup.c : We no longer should be declaring the
diff --git a/plugins/exchange-operations/Makefile.am b/plugins/exchange-operations/Makefile.am
index d72261e4d2..470316b750 100644
--- a/plugins/exchange-operations/Makefile.am
+++ b/plugins/exchange-operations/Makefile.am
@@ -14,8 +14,10 @@ plugin_DATA = org-gnome-exchange-operations.eplug
plugin_LTLIBRARIES = liborg-gnome-exchange-operations.la
liborg_gnome_exchange_operations_la_SOURCES = \
- exchange-operations.c \
- exchange-config-listener.c \
+ exchange-operations.c \
+ exchange-operations.h \
+ exchange-config-listener.c \
+ exchange-config-listener.h \
exchange-account-setup.c
liborg_gnome_exchange_operations_la_LIBADD = \