From b24934e186456b50d7702192ec3a270926831791 Mon Sep 17 00:00:00 2001 From: monsta Date: Tue, 25 Aug 2015 14:40:58 +0300 Subject: drop support for win32/osx and checkupdate plugin that plugin has never been built in linux anyway due to logic in configure.ac --- plugins/checkupdate/Makefile.am | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 plugins/checkupdate/Makefile.am (limited to 'plugins/checkupdate/Makefile.am') diff --git a/plugins/checkupdate/Makefile.am b/plugins/checkupdate/Makefile.am deleted file mode 100644 index 38fd5bbc..00000000 --- a/plugins/checkupdate/Makefile.am +++ /dev/null @@ -1,40 +0,0 @@ -# pluma win32 updater - -plugindir = $(PLUMA_PLUGINS_LIBS_DIR) - -AM_CPPFLAGS = \ - -I$(top_srcdir) \ - $(PLUMA_CFLAGS) \ - $(LIBSOUP_CFLAGS) \ - $(WARN_CFLAGS) \ - $(DISABLE_DEPRECATED_CFLAGS) - -plugin_LTLIBRARIES = libcheckupdate.la - -libcheckupdate_la_SOURCES = \ - pluma-check-update-plugin.h \ - pluma-check-update-plugin.c - -libcheckupdate_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS) -libcheckupdate_la_LIBADD = $(PLUMA_LIBS) $(LIBSOUP_LIBS) - -plugin_in_files = checkupdate.pluma-plugin.desktop.in - -%.pluma-plugin: %.pluma-plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache - -plugin_DATA = $(plugin_in_files:.pluma-plugin.desktop.in=.pluma-plugin) - -@INTLTOOL_XML_NOMERGE_RULE@ -gsettings_SCHEMAS = org.mate.pluma.plugins.checkupdate.gschema.xml -@GSETTINGS_RULES@ - -%.gschema.xml.in: %.gschema.xml.in.in Makefile - $(AM_V_GEN) $(SED) -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' < $< > $@ - -EXTRA_DIST = $(plugin_in_files) $(gsettings_SCHEMAS).in.in - -CLEANFILES = $(plugin_DATA) $(gsettings_SCHEMAS).in $(gsettings_SCHEMAS) - -DISTCLEANFILES = $(plugin_DATA) $(gsettings_SCHEMAS).in $(gsettings_SCHEMAS) - --include $(top_srcdir)/git.mk -- cgit v1.2.1