summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-08-21 12:53:52 +0200
committerVincent Sanders <vince@kyllikki.org>2015-08-21 12:53:52 +0200
commitb0f64cff2c94d1a208528e2ed91c15ab037dbbb1 (patch)
tree85160c531ec6dd0a51c1aaa276e668cbac64298b /src/Makefile
parent56eee21ccb63cb7f040c5ce07bc226fbd229330d (diff)
downloadnsgenbind-b0f64cff2c94d1a208528e2ed91c15ab037dbbb1.tar.gz
nsgenbind-b0f64cff2c94d1a208528e2ed91c15ab037dbbb1.tar.bz2
split up duk-libdom generation source as it had grown unweildy
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 9905baf..3ecfbe1 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2,7 +2,8 @@ CFLAGS := $(CFLAGS) -I$(BUILDDIR) -Isrc/ -g -DYYENABLE_NLS=0
# Sources in this directory
DIR_SOURCES := nsgenbind.c utils.c webidl-ast.c nsgenbind-ast.c ir.c \
- duk-libdom.c
+ duk-libdom.c duk-libdom-interface.c duk-libdom-dictionary.c duk-libdom-common.c
+
# jsapi-libdom.c jsapi-libdom-function.c jsapi-libdom-property.c jsapi-libdom-init.c jsapi-libdom-new.c jsapi-libdom-infmap.c jsapi-libdom-jsclass.c
SOURCES := $(SOURCES) $(BUILDDIR)/nsgenbind-parser.c $(BUILDDIR)/nsgenbind-lexer.c $(BUILDDIR)/webidl-parser.c $(BUILDDIR)/webidl-lexer.c