From 0d33dc62d877e0ba72b760f6dae3d9c26ffe9131 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 6 Nov 2013 13:38:25 +0100 Subject: [PATCH] Fix make dist --- plugins/checkupdate/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/checkupdate/Makefile.am b/plugins/checkupdate/Makefile.am index fe56539..38fd5bb 100644 --- a/plugins/checkupdate/Makefile.am +++ b/plugins/checkupdate/Makefile.am @@ -31,10 +31,10 @@ gsettings_SCHEMAS = org.mate.pluma.plugins.checkupdate.gschema.xml %.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) +EXTRA_DIST = $(plugin_in_files) $(gsettings_SCHEMAS).in.in -CLEANFILES = $(plugin_DATA) $(gsettings_SCHEMAS_in) $(gsettings_SCHEMAS) +CLEANFILES = $(plugin_DATA) $(gsettings_SCHEMAS).in $(gsettings_SCHEMAS) -DISTCLEANFILES = $(plugin_DATA) $(gsettings_SCHEMAS_in) $(gsettings_SCHEMAS) +DISTCLEANFILES = $(plugin_DATA) $(gsettings_SCHEMAS).in $(gsettings_SCHEMAS) -include $(top_srcdir)/git.mk