From b3ee7ff3e27cec053ae114a89ec77ade31f0cf96 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sat, 10 Aug 2013 11:50:52 +0200 Subject: Fixes for make dist and make distcheck --- configure.ac | 2 +- libmateweather/Makefile.am | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index f2f288d..3688163 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_INIT([libmateweather], [1.6.1], [http://www.mate-desktop.org]) AC_PREREQ(2.59) AC_CONFIG_HEADERS(config.h) -AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2]) +AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CONFIG_MACRO_DIR([m4]) 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 -- cgit v1.2.1