summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2012-11-14 02:02:02 +0000
committerVincent Sanders <vince@kyllikki.org>2012-11-14 02:02:02 +0000
commit257f535bd18de9a6fc4e9d90303939706a783732 (patch)
tree69eed938402a1143f0396fa1dd0a99742768798b /src/Makefile
parent99cc47dfe9d86a86d37d90a7f87b52b0aef2fa5b (diff)
downloadnsgenbind-257f535bd18de9a6fc4e9d90303939706a783732.tar.gz
nsgenbind-257f535bd18de9a6fc4e9d90303939706a783732.tar.bz2
geneate constants as fixed value properties on the prototype
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 e2f2eab..e151d8f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,7 +1,7 @@
CFLAGS := $(CFLAGS) -I$(BUILDDIR) -Isrc/ -g
# 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
+DIR_SOURCES := nsgenbind.c webidl-ast.c nsgenbind-ast.c jsapi-libdom.c jsapi-libdom-operator.c jsapi-libdom-property.c jsapi-libdom-const.c
SOURCES := $(SOURCES) $(BUILDDIR)/nsgenbind-parser.c $(BUILDDIR)/nsgenbind-lexer.c $(BUILDDIR)/webidl-parser.c $(BUILDDIR)/webidl-lexer.c