From c23de2688ea9d1afa4559b9cb9e0ef4d9edeacfd Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 11 Sep 2010 19:37:37 -0400 Subject: Convert plugin-manager to an EExtension. How ironic. --- plugins/plugin-manager/Makefile.am | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 plugins/plugin-manager/Makefile.am (limited to 'plugins/plugin-manager/Makefile.am') diff --git a/plugins/plugin-manager/Makefile.am b/plugins/plugin-manager/Makefile.am deleted file mode 100644 index ec28d0bcdd..0000000000 --- a/plugins/plugin-manager/Makefile.am +++ /dev/null @@ -1,31 +0,0 @@ -@EVO_PLUGIN_RULE@ - -plugin_DATA = org-gnome-plugin-manager.eplug - -plugin_LTLIBRARIES = liborg-gnome-plugin-manager.la - -liborg_gnome_plugin_manager_la_CPPFLAGS = \ - $(AM_CPPFLAGS) \ - -I$(top_srcdir) \ - -I$(top_srcdir)/widgets \ - $(GNOME_PLATFORM_CFLAGS) \ - $(EVOLUTION_MAIL_CFLAGS) - -liborg_gnome_plugin_manager_la_SOURCES = plugin-manager.c - -liborg_gnome_plugin_manager_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED) - -liborg_gnome_plugin_manager_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ - $(top_builddir)/shell/libeshell.la \ - $(EVOLUTION_MAIL_LIBS) \ - $(GNOME_PLATFORM_LIBS) - -EXTRA_DIST = \ - org-gnome-plugin-manager.eplug.xml - -BUILT_SOURCES = org-gnome-plugin-manager.eplug - -CLEANFILES = $(BUILT_SOURCES) - --include $(top_srcdir)/git.mk -- cgit