blob: abf1f31640e5e22c104cc5852c598ab7fac23a77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
*** Makefile.ref.orig 2009-02-16 09:56:29.000000000 -0600
--- Makefile.ref 2009-02-16 09:58:59.000000000 -0600
***************
*** 169,184 ****
--- 169,185 ----
jstypes.h \
jsprvtd.h \
jspubtd.h \
jsregexp.h \
jsscan.h \
jsscope.h \
jsscript.h \
jsstr.h \
+ jsutil.h \
jsxdrapi.h \
jsxml.h \
$(NULL)
API_HFILES = \
jsapi.h \
jsdbgapi.h \
$(NULL)
|