From bcd276c2b453517c43c8413ed877f82a9ead1884 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Mon, 13 Jan 2014 17:23:14 -0500 Subject: [PATCH] more distcheck fixes --- gio/tests/Makefile.am | 4 +++- glib/tests/Makefile.am | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gio/tests/Makefile.am b/gio/tests/Makefile.am index c0722c9..0beb239 100644 --- a/gio/tests/Makefile.am +++ b/gio/tests/Makefile.am @@ -323,7 +323,7 @@ clean-mimeapps: uninstalled_test_programs += gsettings gschema-compile gsettings_DEPENDENCIES = test.mo -CLEANFILES += test.mo de/LC_MESSAGES/test.mo +CLEANFILES += test.mo de/LC_MESSAGES/test.mo keyfile/gsettings.store gsettings_CFLAGS = $(AM_CFLAGS) -DSRCDIR=\"$(abs_srcdir)\" test.mo: de.po $(AM_V_GEN) $(MSGFMT) -o test.mo $(srcdir)/de.po; \ @@ -542,6 +542,8 @@ giotypefuncs.c: Makefile $(SED) -e 's/^/*tp++ = /' -e 's/$$/ ();/' >> xgen-gio && \ cp xgen-gio $@ # && rm -f xgen-gio xgen-giosrc.c +CLEANFILES += xgen-giosrc.c xgen-gio giotypefuncs.c + if ENABLE_INSTALLED_TESTS install-data-hook: $(AM_V_at) chmod a+x $(DESTDIR)$(installed_testdir)/x-content/win32-software/autorun.exe diff --git a/glib/tests/Makefile.am b/glib/tests/Makefile.am index 6cfcbdd..daf4229 100644 --- a/glib/tests/Makefile.am +++ b/glib/tests/Makefile.am @@ -186,7 +186,7 @@ gtester-xmllint-check: # check testreport xml with xmllint if present ${GTESTER} -k --quiet -o tmpsample.xml --test-arg=--gtester-selftest ${GTESTER} ${XMLLINT} --version 2>/dev/null; test "$$?" != 0 || ${XMLLINT} --noout tmpsample.xml -CLEANFILES += tmpsample.xml +CLEANFILES += tmpsample.xml key_file_* out.xbel check-am: gtester-xmllint-check -- 2.7.4