summaryrefslogtreecommitdiff
path: root/libmateweather
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-08-10 11:50:52 +0200
committerStefano Karapetsas <[email protected]>2013-08-10 11:51:31 +0200
commitb3ee7ff3e27cec053ae114a89ec77ade31f0cf96 (patch)
treec966488d0609f924ca2cd6dff4ced41756307f9a /libmateweather
parent412c808d5e8d89faddd46377f592f1ae57fb37cd (diff)
downloadlibmateweather-b3ee7ff3e27cec053ae114a89ec77ade31f0cf96.tar.bz2
libmateweather-b3ee7ff3e27cec053ae114a89ec77ade31f0cf96.tar.xz
Fixes for make dist and make distcheck
Diffstat (limited to 'libmateweather')
-rw-r--r--libmateweather/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmateweather/Makefile.am b/libmateweather/Makefile.am
index d00374d..845281d 100644
--- a/libmateweather/Makefile.am
+++ b/libmateweather/Makefile.am
@@ -130,11 +130,11 @@ gsettings_SCHEMAS = org.mate.weather.gschema.xml
%.gschema.xml.in: %.gschema.xml.in.in Makefile
$(AM_V_GEN) $(SED) -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' < $< > $@
-EXTRA_DIST = mateweather.pc.in mateweather-uninstalled.pc.in $(gsettings_schemas_in_in)
+EXTRA_DIST = mateweather.pc.in mateweather-uninstalled.pc.in $(gsettings_SCHEMAS).in.in
EXTRA_PROGRAMS = test_metar test_sun_moon
-CLEANFILES = $(EXTRA_PROGRAMS) $(gsettings_SCHEMAS_in) $(gsettings_SCHEMAS) *.gschema.valid
+CLEANFILES = $(EXTRA_PROGRAMS) $(gsettings_SCHEMAS).in $(gsettings_SCHEMAS) *.gschema.valid
#$(MKENUMS_GENERATED)
-include $(top_srcdir)/git.mk