mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 18:52:09 +01:00
more distcheck fixes
This commit is contained in:
parent
028856a99f
commit
bcd276c2b4
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user