summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-11-06 13:38:25 +0100
committerinfirit <[email protected]>2013-12-17 17:54:27 +0100
commitc9e15086b69074b7ffe0594ae65a23494959ace4 (patch)
tree5f242e648c67b9b897f32662c40bbc5328cc8ec7
parent37bca739fdbcda0416126ad8e11423dcee7fbd3c (diff)
downloadpluma-c9e15086b69074b7ffe0594ae65a23494959ace4.tar.bz2
pluma-c9e15086b69074b7ffe0594ae65a23494959ace4.tar.xz
Fix make dist
-rw-r--r--plugins/checkupdate/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/checkupdate/Makefile.am b/plugins/checkupdate/Makefile.am
index fe565398..38fd5bbc 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