diff options
author | Stefano Karapetsas <[email protected]> | 2013-11-06 13:38:25 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-11-06 13:38:25 +0100 |
commit | 0d33dc62d877e0ba72b760f6dae3d9c26ffe9131 (patch) | |
tree | cf99dbb4bb51d8df6436b898f8be08158c81ca14 /plugins/checkupdate | |
parent | cc5426de20fdf4421d63b7e77cbc02d0f44673b0 (diff) | |
download | pluma-0d33dc62d877e0ba72b760f6dae3d9c26ffe9131.tar.bz2 pluma-0d33dc62d877e0ba72b760f6dae3d9c26ffe9131.tar.xz |
Fix make distpluma-1.7.0
Diffstat (limited to 'plugins/checkupdate')
-rw-r--r-- | plugins/checkupdate/Makefile.am | 6 |
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 |