diff options
Diffstat (limited to 'plugins/exchange-account-setup/Makefile.am')
-rw-r--r-- | plugins/exchange-account-setup/Makefile.am | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/plugins/exchange-account-setup/Makefile.am b/plugins/exchange-account-setup/Makefile.am deleted file mode 100644 index c0ecbca72b..0000000000 --- a/plugins/exchange-account-setup/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -INCLUDES = -I . \ - -I$(top_srcdir) \ - $(EVOLUTION_MAIL_CFLAGS) \ - $(CAMEL_CFLAGS) \ - -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" - -@EVO_PLUGIN_RULE@ - -plugin_DATA = org-gnome-exchange-account-setup.eplug -plugin_LTLIBRARIES = liborg-gnome-exchange-account-settings.la - -liborg_gnome_exchange_account_settings_la_SOURCES = \ - exchange-account-setup.c - -liborg_gnome_exchange_account_settings_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ - $(top_builddir)/widgets/misc/libemiscwidgets.la \ - $(CAMEL_LIBS) - -liborg_gnome_exchange_account_settings_la_LDFLAGS = -module -avoid-version - -EXTRA_DIST = org-gnome-exchange-account-setup.eplug.in |