1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-27 18:50:07 +03:00

autotools: Fix make distcheck

- Add private/xinclude.h to EXTRA_DIST
- Add runsuite.log to CLEANFILES

Fixes #485.
This commit is contained in:
Nick Wellnhofer 2023-02-13 11:14:34 +01:00
parent 15c9f43533
commit 905386ec35
2 changed files with 2 additions and 1 deletions

View File

@ -402,7 +402,7 @@ cleanup:
dist-hook: cleanup
(cd $(srcdir) ; tar -cf - --exclude .git win32 os400 vms test result) | (cd $(distdir); tar xf -)
CLEANFILES = runxmlconf.log test.out *.gcda *.gcno *.res
CLEANFILES = runsuite.log runxmlconf.log test.out *.gcda *.gcno *.res
DISTCLEANFILES = COPYING missing.lst
EXTRA_DIST = Copyright check-xml-test-suite.py gentest.py \

View File

@ -14,5 +14,6 @@ EXTRA_DIST = \
string.h \
threads.h \
tree.h \
xinclude.h \
xpath.h \
xzlib.h