aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarfraaz Ahmed <asarfraaz@novell.com>2005-06-27 14:00:57 +0800
committerAhmed Sarfraaz <sarfraaz@src.gnome.org>2005-06-27 14:00:57 +0800
commitfc8caf5252c74f7cf418ef5405076f138327a66a (patch)
treef455db9d29309ec71e7aea1814f5d5f24d954574
parent3f5d0d8b1a3ede8f05133f57fe084338b958118f (diff)
downloadgsoc2013-evolution-fc8caf5252c74f7cf418ef5405076f138327a66a.tar
gsoc2013-evolution-fc8caf5252c74f7cf418ef5405076f138327a66a.tar.gz
gsoc2013-evolution-fc8caf5252c74f7cf418ef5405076f138327a66a.tar.bz2
gsoc2013-evolution-fc8caf5252c74f7cf418ef5405076f138327a66a.tar.lz
gsoc2013-evolution-fc8caf5252c74f7cf418ef5405076f138327a66a.tar.xz
gsoc2013-evolution-fc8caf5252c74f7cf418ef5405076f138327a66a.tar.zst
gsoc2013-evolution-fc8caf5252c74f7cf418ef5405076f138327a66a.zip
Added the header files as part of SOURCES so that they get disted as well.
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. svn path=/trunk/; revision=29595
-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 = \