diff options
author | Shreyas Srinivasan <sshreyas@novell.com> | 2005-07-10 17:24:36 +0800 |
---|---|---|
committer | Shreyas Srinivasan <shres@src.gnome.org> | 2005-07-10 17:24:36 +0800 |
commit | 43f1ec630b08645689bbe52b36ee9491cc6377f4 (patch) | |
tree | 0d76d65830183a488d4fe16e5b103a12e7e4a4b1 /plugins/groupwise-account-setup/Makefile.am | |
parent | f01e6e84c52cf60f4088b747a30a24422d6f09b9 (diff) | |
download | gsoc2013-evolution-43f1ec630b08645689bbe52b36ee9491cc6377f4.tar.gz gsoc2013-evolution-43f1ec630b08645689bbe52b36ee9491cc6377f4.tar.zst gsoc2013-evolution-43f1ec630b08645689bbe52b36ee9491cc6377f4.zip |
Make the camel-groupwise-listener load on startup.
2005-07-10 Shreyas Srinivasan <sshreyas@novell.com>
* plugins/groupwise-account-setup/*: Make the
camel-groupwise-listener load on startup.
svn path=/trunk/; revision=29691
Diffstat (limited to 'plugins/groupwise-account-setup/Makefile.am')
-rw-r--r-- | plugins/groupwise-account-setup/Makefile.am | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/groupwise-account-setup/Makefile.am b/plugins/groupwise-account-setup/Makefile.am new file mode 100644 index 0000000000..cd44222250 --- /dev/null +++ b/plugins/groupwise-account-setup/Makefile.am @@ -0,0 +1,28 @@ +INCLUDES = \ + -I$(top_srcdir) \ + $(EVOLUTION_MAIL_CFLAGS) \ + $(EVOLUTION_CALENDAR_CFLAGS) \ + $(EVOLUTION_ADDRESSBOOK_CFLAGS) \ + $(CAMEL_GROUPWISE_CFLAGS) \ + -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" + +@EVO_PLUGIN_RULE@ + +plugin_DATA = org-gnome-gw-account-setup.eplug +plugin_LTLIBRARIES = liborg-gnome-gw-account-setup.la + +liborg_gnome_gw_account_setup_la_SOURCES = \ + camel-gw-listener.c \ + groupwise-account-setup.c + +liborg_gnome_gw_account_setup_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED) + +liborg_gnome_gw_account_setup_la_LIBADD= \ + $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/widgets/misc/libemiscwidgets.la \ + $(top_builddir)/filter/libfilter.la \ + $(EVOLUTION_CALENDAR_LIBS) \ + $(EVOLUTION_MAIL_LIBS) \ + $(CAMEL_GROUPWISE_LIBS) + +EXTRA_DIST = org-gnome-gw-account-setup.eplug.xml |