diff options
author | Vivek Jain <jvivek@novell.com> | 2005-07-12 13:24:51 +0800 |
---|---|---|
committer | Jain Vivek <jvivek@src.gnome.org> | 2005-07-12 13:24:51 +0800 |
commit | 7a1ff1873d8c9a23804b734d7ae3dff74d6839be (patch) | |
tree | 5798df80a6ce3bb6f2c4ae592b4703d46b8a2a5b /plugins | |
parent | bc504ab906a2abbb208c82cbf97dc8ff25a306b3 (diff) | |
download | gsoc2013-evolution-7a1ff1873d8c9a23804b734d7ae3dff74d6839be.tar.gz gsoc2013-evolution-7a1ff1873d8c9a23804b734d7ae3dff74d6839be.tar.zst gsoc2013-evolution-7a1ff1873d8c9a23804b734d7ae3dff74d6839be.zip |
included missing header file
2005-07-12 Vivek Jain <jvivek@novell.com>
* Makefile.am: included missing header file
2005-07-12 Vivek Jain <jvivek@novell.com>
have a ChangeLog and transfer the changelog entry from the main
ChangeLog
(2005-07-10 Shreyas Srinivasan <sshreyas@novell.com>)
* groupwise-account-setup/*: Make the
camel-groupwise-listener load on startup. (new plugin)
svn path=/trunk/; revision=29731
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/groupwise-account-setup/ChangeLog | 12 | ||||
-rw-r--r-- | plugins/groupwise-account-setup/Makefile.am | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/plugins/groupwise-account-setup/ChangeLog b/plugins/groupwise-account-setup/ChangeLog new file mode 100644 index 0000000000..55d2e49ace --- /dev/null +++ b/plugins/groupwise-account-setup/ChangeLog @@ -0,0 +1,12 @@ +2005-07-12 Vivek Jain <jvivek@novell.com> + + * Makefile.am: included missing header file + +2005-07-12 Vivek Jain <jvivek@novell.com> + + have a ChangeLog and transfer the changelog entry from the main + ChangeLog + (2005-07-10 Shreyas Srinivasan <sshreyas@novell.com>) + * groupwise-account-setup/*: Make the + camel-groupwise-listener load on startup. (new plugin) + diff --git a/plugins/groupwise-account-setup/Makefile.am b/plugins/groupwise-account-setup/Makefile.am index cd44222250..4c80ad9a21 100644 --- a/plugins/groupwise-account-setup/Makefile.am +++ b/plugins/groupwise-account-setup/Makefile.am @@ -13,6 +13,7 @@ plugin_LTLIBRARIES = liborg-gnome-gw-account-setup.la liborg_gnome_gw_account_setup_la_SOURCES = \ camel-gw-listener.c \ + camel-gw-listener.h \ groupwise-account-setup.c liborg_gnome_gw_account_setup_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED) |