diff --git a/src/ecmascript/Makefile b/src/ecmascript/Makefile index 21a4dbe17..2e736f2d8 100644 --- a/src/ecmascript/Makefile +++ b/src/ecmascript/Makefile @@ -4,8 +4,10 @@ INCLUDES += $(SPIDERMONKEY_CFLAGS) SUBDIRS-$(CONFIG_ECMASCRIPT_SMJS) += spidermonkey SUBDIRS-$(CONFIG_SEE) += see + OBJS-$(CONFIG_ECMASCRIPT_SMJS) += spidermonkey.o OBJS-$(CONFIG_SEE) += see.o + OBJS = ecmascript.o include $(top_srcdir)/Makefile.lib