summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2012-10-29 22:33:51 +0000
committerVincent Sanders <vince@kyllikki.org>2012-10-29 22:33:51 +0000
commit12f32ab2d843a4a70b5ebe055e7b2155270692e3 (patch)
tree6c1163630bfba330d070d7d88fcd3885714849d6 /src/Makefile
parent2d7df44ddaf4a951c29e58de1716ce33f225ab6c (diff)
downloadnsgenbind-12f32ab2d843a4a70b5ebe055e7b2155270692e3.tar.gz
nsgenbind-12f32ab2d843a4a70b5ebe055e7b2155270692e3.tar.bz2
split out property generation
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 2716fa8..e2f2eab 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
+DIR_SOURCES := nsgenbind.c webidl-ast.c nsgenbind-ast.c jsapi-libdom.c jsapi-libdom-operator.c jsapi-libdom-property.c
SOURCES := $(SOURCES) $(BUILDDIR)/nsgenbind-parser.c $(BUILDDIR)/nsgenbind-lexer.c $(BUILDDIR)/webidl-parser.c $(BUILDDIR)/webidl-lexer.c