From 128075a77ebc9e1b21a1e50947ee0a5bb4dea8ca Mon Sep 17 00:00:00 2001 From: Vivek Jain Date: Mon, 23 May 2005 09:44:26 +0000 Subject: Created a plugin "groupwise-features" which is a consolidation of 23-05-2005 Vivek Jain Created a plugin "groupwise-features" which is a consolidation of following existing plugins * groupwise-account-setup * addressbook-groupwise * shared-folder * groupwise-send-options * groupwise-status-tracking * send-options svn path=/trunk/; revision=29400 --- plugins/groupwise-features/Makefile.am | 49 ++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 plugins/groupwise-features/Makefile.am (limited to 'plugins/groupwise-features/Makefile.am') diff --git a/plugins/groupwise-features/Makefile.am b/plugins/groupwise-features/Makefile.am new file mode 100644 index 0000000000..ccda704a68 --- /dev/null +++ b/plugins/groupwise-features/Makefile.am @@ -0,0 +1,49 @@ +INCLUDES = \ + -I$(top_srcdir) \ + -I$(top_srcdir)/camel \ + $(EVOLUTION_MAIL_CFLAGS) \ + $(EVOLUTION_CALENDAR_CFLAGS) \ + $(EVOLUTION_ADDRESSBOOK_CFLAGS) \ + $(CAMEL_GROUPWISE_CFLAGS) \ + -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" + +@EVO_PLUGIN_RULE@ + +plugin_DATA = org-gnome-groupwise-features.eplug org-gnome-compose-send-options.xml +plugin_LTLIBRARIES = liborg-gnome-groupwise-features.la + +liborg_gnome_groupwise_features_la_SOURCES = \ + share-folder-common.c \ + share-folder.c \ + share-folder.h \ + install-shared.c \ + groupwise-account-setup.c \ + camel-gw-listener.c \ + camel-gw-listener.h \ + send-options.c \ + mail-send-options.c \ + mail-send-options.h \ + status-track.c \ + addressbook-groupwise.c + +liborg_gnome_groupwise_features_la_LIBADD= \ + $(EVOLUTION_MAIL_LIBS) \ + $(CAMEL_GROUPWISE_LIBS) \ + $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/widgets/misc/libemiscwidgets.la + + + +liborg_gnome_groupwise_features_la_LDFLAGS = -module -avoid-version + +glade_DATA =properties.glade + +error_DATA = org-gnome-shared-folder.errors.xml +errordir = $(privdatadir)/errors + +EXTRA_DIST = \ + $(error_DATA) \ + $(glade_DATA) \ + org-gnome-compose-send-options.xml \ + org-gnome-groupwise-features.eplug.xml +CLEANFILES = $(BUILT_SOURCES) -- cgit v1.2.3