diff options
author | Sarfraaz Ahmed <asarfraaz@novell.com> | 2005-06-27 14:00:57 +0800 |
---|---|---|
committer | Ahmed Sarfraaz <sarfraaz@src.gnome.org> | 2005-06-27 14:00:57 +0800 |
commit | fc8caf5252c74f7cf418ef5405076f138327a66a (patch) | |
tree | f455db9d29309ec71e7aea1814f5d5f24d954574 | |
parent | 3f5d0d8b1a3ede8f05133f57fe084338b958118f (diff) | |
download | gsoc2013-evolution-fc8caf5252c74f7cf418ef5405076f138327a66a.tar.gz 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/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/exchange-operations/Makefile.am | 6 |
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 = \ |