1031: Add spidermonkey-shared.c used for both web and user scripts
[elinks.git] / src / ecmascript / spidermonkey / Makefile
blobf1c0fef357622981fbefdd98eb5652a0570da37f
1 top_builddir=../../..
2 include $(top_builddir)/Makefile.config
3 INCLUDES += $(SPIDERMONKEY_CFLAGS)
5 OBJS = document.o form.o location.o navigator.o unibar.o window.o
7 include $(top_srcdir)/Makefile.lib