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:
parent
15c9f43533
commit
905386ec35
@ -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 \
|
||||
|
@ -14,5 +14,6 @@ EXTRA_DIST = \
|
||||
string.h \
|
||||
threads.h \
|
||||
tree.h \
|
||||
xinclude.h \
|
||||
xpath.h \
|
||||
xzlib.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user