1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

More white lines.

This commit is contained in:
Laurent MONIN 2006-01-11 13:45:09 +01:00 committed by Laurent MONIN
parent 138ceef262
commit 043e6aa4e7

View File

@ -4,8 +4,10 @@ INCLUDES += $(SPIDERMONKEY_CFLAGS)
SUBDIRS-$(CONFIG_ECMASCRIPT_SMJS) += spidermonkey SUBDIRS-$(CONFIG_ECMASCRIPT_SMJS) += spidermonkey
SUBDIRS-$(CONFIG_SEE) += see SUBDIRS-$(CONFIG_SEE) += see
OBJS-$(CONFIG_ECMASCRIPT_SMJS) += spidermonkey.o OBJS-$(CONFIG_ECMASCRIPT_SMJS) += spidermonkey.o
OBJS-$(CONFIG_SEE) += see.o OBJS-$(CONFIG_SEE) += see.o
OBJS = ecmascript.o OBJS = ecmascript.o
include $(top_srcdir)/Makefile.lib include $(top_srcdir)/Makefile.lib