20 lines
214 B
Makefile
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
|