From cdd5f2c71152dcbc13c98f67914d30918b5791ee Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 2 Oct 2009 15:04:36 +0200 Subject: Bug #456240 - Move exchange plugin to exchange package Also added gtkhtml-editor and libgnomecanvas-2.0 to evolution-plugin.pc --- plugins/exchange-operations/Makefile.am | 68 --------------------------------- 1 file changed, 68 deletions(-) delete mode 100644 plugins/exchange-operations/Makefile.am (limited to 'plugins/exchange-operations/Makefile.am') diff --git a/plugins/exchange-operations/Makefile.am b/plugins/exchange-operations/Makefile.am deleted file mode 100644 index 29149610f4..0000000000 --- a/plugins/exchange-operations/Makefile.am +++ /dev/null @@ -1,68 +0,0 @@ -@EVO_PLUGIN_RULE@ - -plugin_DATA = org-gnome-exchange-operations.eplug - -plugin_LTLIBRARIES = liborg-gnome-exchange-operations.la - -liborg_gnome_exchange_operations_la_CPPFLAGS = \ - $(AM_CPPFLAGS) \ - -I . \ - -I$(top_srcdir) \ - -I$(top_srcdir)/widgets \ - -I$(top_srcdir)/calendar \ - -I$(top_builddir)/composer \ - -I$(top_builddir)/mail \ - $(CAMEL_EXCHANGE_CFLAGS) \ - $(EVOLUTION_MAIL_CFLAGS) - -liborg_gnome_exchange_operations_la_SOURCES = \ - exchange-operations.c \ - exchange-operations.h \ - exchange-config-listener.c \ - exchange-config-listener.h \ - exchange-calendar.c \ - exchange-contacts.c \ - exchange-change-password.c \ - exchange-change-password.h \ - exchange-delegates-user.c \ - exchange-delegates-user.h \ - exchange-delegates.c \ - exchange-delegates.h \ - exchange-user-dialog.c \ - exchange-user-dialog.h \ - exchange-folder-size-display.c \ - exchange-folder-size-display.h \ - exchange-account-setup.c \ - exchange-permissions-dialog.c \ - exchange-permissions-dialog.h \ - exchange-folder-permission.c \ - exchange-folder-subscription.c \ - exchange-folder-subscription.h \ - exchange-folder.c \ - exchange-mail-send-options.c \ - exchange-send-options.c \ - exchange-send-options.h - -liborg_gnome_exchange_operations_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ - $(top_builddir)/widgets/misc/libemiscwidgets.la \ - $(top_builddir)/shell/libeshell.la \ - $(top_builddir)/calendar/gui/libevolution-calendar.la \ - $(top_builddir)/mail/libevolution-mail.la \ - $(CAMEL_EXCHANGE_LIBS) \ - $(EVOLUTION_MAIL_LIBS) - -liborg_gnome_exchange_operations_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED) - -error_DATA = org-gnome-exchange-operations.error -errordir = $(privdatadir)/errors - -EXTRA_DIST = \ - org-gnome-exchange-operations.eplug.xml \ - org-gnome-exchange-operations.error.xml - -BUILT_SOURCES = $(error_DATA) org-gnome-exchange-operations.eplug - -CLEANFILES = $(BUILT_SOURCES) - --include $(top_srcdir)/git.mk -- cgit v1.2.3