diff options
Diffstat (limited to 'plugins/groupwise-account-setup')
-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) |