1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2026-01-26 21:41:34 +03:00
Files
libxml2/include/private/Makefile.am
Nick Wellnhofer 905386ec35 autotools: Fix make distcheck
- Add private/xinclude.h to EXTRA_DIST
- Add runsuite.log to CLEANFILES

Fixes #485.
2023-02-13 11:14:34 +01:00

20 lines
214 B
Makefile

EXTRA_DIST = \
buf.h \
dict.h \
enc.h \
entities.h \
error.h \
globals.h \
html.h \
io.h \
memory.h \
parser.h \
regexp.h \
save.h \
string.h \
threads.h \
tree.h \
xinclude.h \
xpath.h \
xzlib.h