export yet another header file (jsstddef.h is included by jsemit.h which is needed for external interactive shells)

This commit is contained in:
jband%netscape.com 1999-04-10 06:47:20 +00:00
parent a4af6e2216
commit 45beb56691
2 changed files with 5 additions and 3 deletions

View File

@ -96,7 +96,7 @@ EXPORTS = js.msg \
jsemit.h \
jsfun.h \
jsgc.h \
jshash.h \
jshash.h \
jsinterp.h \
jslock.h \
jslong.h \
@ -119,6 +119,7 @@ EXPORTS = js.msg \
jstypes.h \
jsutil.h \
jsxdrapi.h \
jsstddef.h \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))

View File

@ -140,7 +140,7 @@ INSTALL_FILE_LIST= \
jsosdep.h \
jsotypes.h \
jsparse.h \
jsprf.h \
jsprf.h \
jsprvtd.h \
jspubtd.h \
jsregexp.h \
@ -149,8 +149,9 @@ INSTALL_FILE_LIST= \
jsscript.h \
jsstr.h \
jstypes.h \
jsutil.h \
jsutil.h \
jsxdrapi.h \
jsstddef.h \
$(NULL)
#//------------------------------------------------------------------------