summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-01-04 09:38:43 +0000
committerVincent Sanders <vince@kyllikki.org>2014-05-16 14:38:56 +0100
commit74158664a1826e5763e7c6949a915c75c8c1a23d (patch)
tree76bc3afdad973a54b49ae721120fb362b3feaf9e /src/Makefile
parent26e5be085e5c7a17cea4af7cb9e13502ffb0ebd1 (diff)
downloadnsgenbind-74158664a1826e5763e7c6949a915c75c8c1a23d.tar.gz
nsgenbind-74158664a1826e5763e7c6949a915c75c8c1a23d.tar.bz2
split out jsapi class generation and make use interface map
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 6b98bd8..e93cb99 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,7 +1,7 @@
CFLAGS := $(CFLAGS) -I$(BUILDDIR) -Isrc/ -g -DYYENABLE_NLS=0
# Sources in this directory
-DIR_SOURCES := nsgenbind.c webidl-ast.c nsgenbind-ast.c jsapi-libdom.c jsapi-libdom-function.c jsapi-libdom-property.c jsapi-libdom-init.c jsapi-libdom-new.c jsapi-libdom-infmap.c
+DIR_SOURCES := nsgenbind.c webidl-ast.c nsgenbind-ast.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