summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVincent Sanders <vincent.sanders@collabora.co.uk>2012-09-04 18:42:13 +0100
committerVincent Sanders <vincent.sanders@collabora.co.uk>2012-09-04 18:42:13 +0100
commitd908eab7b9976c2b402cb92fa5ac77a89a112de4 (patch)
treeab8b50f989e804b55fafb0c8427038750561d416 /src
parentd07389640527793522ef553ce974fdd46f15c8f0 (diff)
downloadnsgenbind-d908eab7b9976c2b402cb92fa5ac77a89a112de4.tar.gz
nsgenbind-d908eab7b9976c2b402cb92fa5ac77a89a112de4.tar.bz2
cause objects to link
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 04e677a..6b328ae 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -36,7 +36,7 @@
#clean:
# $(RM) genjsbind genjsbind.o webidl-parser.c webidl-lexer.c webidl-lexer.h webidl-parser.h genbind-parser.c genbind-lexer.c genbind-lexer.h genbind-parser.h *.o
-CFLAGS+=-I$(BUILDDIR)
+CFLAGS+=-I$(BUILDDIR) -Isrc/
$(BUILDDIR)/%-lexer.c $(BUILDDIR)/%-lexer.h: src/%-lexer.l
$(VQ)$(ECHO) " FLEX: $<"