summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-01-01 11:44:45 +0000
committerVincent Sanders <vince@kyllikki.org>2014-05-16 14:38:56 +0100
commited92dd097848f4628abfa3a8cc8be802a996272d (patch)
treece15362e51f5675fd4e344762af758c8aafbcc9f /src/Makefile
parent12c40d1dd1bebfe92508e873cb338d419d380a03 (diff)
downloadnsgenbind-ed92dd097848f4628abfa3a8cc8be802a996272d.tar.gz
nsgenbind-ed92dd097848f4628abfa3a8cc8be802a996272d.tar.bz2
make binding constructor multiple interface capable
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 8bad59a..8233398 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-operator.c jsapi-libdom-property.c jsapi-libdom-init.c
+DIR_SOURCES := nsgenbind.c webidl-ast.c nsgenbind-ast.c jsapi-libdom.c jsapi-libdom-operator.c jsapi-libdom-property.c jsapi-libdom-init.c jsapi-libdom-new.c
SOURCES := $(SOURCES) $(BUILDDIR)/nsgenbind-parser.c $(BUILDDIR)/nsgenbind-lexer.c $(BUILDDIR)/webidl-parser.c $(BUILDDIR)/webidl-lexer.c