1NULL =
2
3pkginclude_HEADERS = \
4	compat.h \
5	cstring.h \
6	exception.h \
7	extern.h \
8	funcproto.h \
9	gc.h \
10	intern.h \
11	kernel.h \
12	misc.h \
13	object.h \
14	param.h \
15	scheme.h \
16	stkmem.h \
17	type.h \
18	$(NULL)
19
20nodist_pkginclude_HEADERS = site.h
21EXTRA_DIST = site.h.in
22
23