2003-08-25 08:38:36 -04:00
|
|
|
NULL =
|
2003-09-06 07:25:29 -04:00
|
|
|
|
2003-08-25 12:00:50 -04:00
|
|
|
pkginclude_HEADERS = \
|
2003-08-25 08:38:36 -04:00
|
|
|
compat.h \
|
|
|
|
cstring.h \
|
|
|
|
exception.h \
|
|
|
|
extern.h \
|
|
|
|
funcproto.h \
|
|
|
|
gc.h \
|
|
|
|
intern.h \
|
|
|
|
kernel.h \
|
|
|
|
misc.h \
|
|
|
|
object.h \
|
|
|
|
param.h \
|
|
|
|
scheme.h \
|
|
|
|
stkmem.h \
|
|
|
|
type.h \
|
|
|
|
$(NULL)
|
2003-09-06 07:25:29 -04:00
|
|
|
|
|
|
|
nodist_pkginclude_HEADERS = site.h
|
|
|
|
EXTRA_DIST = site.h.in
|
|
|
|
|