diff options
author | Vibha Yadav <yvibha@novell.com> | 2011-05-04 20:04:48 +0800 |
---|---|---|
committer | Vibha Yadav <yvibha@novell.com> | 2011-05-04 20:04:48 +0800 |
commit | 218bd67a1e0ab29971d3bf7f1c111210b0d74e2d (patch) | |
tree | 2197d7861360e373ffb4835990fd35ced331b63e /plugins/groupwise-features/Makefile.am | |
parent | ac393ed4017fec025c3dd66d4edbee2bea11cb06 (diff) | |
download | gsoc2013-evolution-218bd67a1e0ab29971d3bf7f1c111210b0d74e2d.tar gsoc2013-evolution-218bd67a1e0ab29971d3bf7f1c111210b0d74e2d.tar.gz gsoc2013-evolution-218bd67a1e0ab29971d3bf7f1c111210b0d74e2d.tar.bz2 gsoc2013-evolution-218bd67a1e0ab29971d3bf7f1c111210b0d74e2d.tar.lz gsoc2013-evolution-218bd67a1e0ab29971d3bf7f1c111210b0d74e2d.tar.xz gsoc2013-evolution-218bd67a1e0ab29971d3bf7f1c111210b0d74e2d.tar.zst gsoc2013-evolution-218bd67a1e0ab29971d3bf7f1c111210b0d74e2d.zip |
Bug 649365 - Creation of new repository evolution-groupwise
Removing groupwise plugin code from evolution.
Diffstat (limited to 'plugins/groupwise-features/Makefile.am')
-rw-r--r-- | plugins/groupwise-features/Makefile.am | 97 |
1 files changed, 0 insertions, 97 deletions
diff --git a/plugins/groupwise-features/Makefile.am b/plugins/groupwise-features/Makefile.am deleted file mode 100644 index 848f5bfc09..0000000000 --- a/plugins/groupwise-features/Makefile.am +++ /dev/null @@ -1,97 +0,0 @@ -if OS_WIN32 -NO_UNDEFINED_REQUIRED_LIBS = $(top_builddir)/mail/libevolution-mail.la -endif - -@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_CPPFLAGS = \ - $(AM_CPPFLAGS) \ - -I$(top_srcdir) \ - -I$(top_srcdir)/widgets \ - -I$(top_srcdir)/widgets/misc \ - -I$(top_builddir)/composer \ - -I$(top_builddir)/mail \ - $(EVOLUTION_MAIL_CFLAGS) \ - $(EVOLUTION_CALENDAR_CFLAGS) \ - $(EVOLUTION_ADDRESSBOOK_CFLAGS) \ - $(CAMEL_GROUPWISE_CFLAGS) \ - $(GNOME_PLATFORM_CFLAGS) \ - -DEVOLUTION_UIDIR=\""$(uidir)"\" \ - -DEVOLUTION_IMAGESDIR=\""$(imagesdir)"\" - -liborg_gnome_groupwise_features_la_SOURCES = \ - gw-ui.h \ - gw-ui.c \ - share-folder-common.c \ - share-folder.c \ - share-folder.h \ - install-shared.c \ - send-options.c \ - mail-send-options.c \ - mail-send-options.h \ - status-track.c \ - addressbook-groupwise.c \ - junk-mail-settings.c \ - junk-settings.c \ - junk-settings.h \ - proxy.h \ - proxy.c \ - proxy-login.h \ - proxy-login.c \ - process-meeting.c \ - mail-retract.c \ - camel-gw-listener.c \ - camel-gw-listener.h \ - groupwise-account-setup.c - -liborg_gnome_groupwise_features_la_LIBADD= \ - $(top_builddir)/e-util/libeutil.la \ - $(top_builddir)/composer/libcomposer.la \ - $(top_builddir)/shell/libeshell.la \ - $(top_builddir)/calendar/gui/libevolution-calendar.la \ - $(top_builddir)/widgets/misc/libemiscwidgets.la \ - $(top_builddir)/filter/libfilter.la \ - $(top_builddir)/mail/libevolution-mail.la \ - $(EVOLUTION_CALENDAR_LIBS) \ - $(EVOLUTION_MAIL_LIBS) \ - $(CAMEL_GROUPWISE_LIBS) \ - $(GNOME_PLATFORM_LIBS) - -liborg_gnome_groupwise_features_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED) - -ui_DATA = \ - properties.ui \ - notification.ui \ - junk-settings.ui \ - proxy-add-dialog.ui \ - proxy-listing.ui \ - proxy-login-dialog.ui - -error_DATA = \ - org-gnome-shared-folder.error \ - org-gnome-proxy.error \ - org-gnome-proxy-login.error \ - org-gnome-process-meeting.error \ - org-gnome-mail-retract.error - -errordir = $(privdatadir)/errors - -BUILT_SOURCES = org-gnome-groupwise-features.eplug $(error_DATA) - -EXTRA_DIST = \ - $(ui_DATA) \ - org-gnome-compose-send-options.xml \ - org-gnome-groupwise-features.eplug.xml \ - org-gnome-shared-folder.error.xml \ - org-gnome-process-meeting.error.xml \ - org-gnome-proxy.error.xml \ - org-gnome-proxy-login.error.xml \ - org-gnome-mail-retract.error.xml - -CLEANFILES = $(BUILT_SOURCES) - --include $(top_srcdir)/git.mk |