From d908eab7b9976c2b402cb92fa5ac77a89a112de4 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 4 Sep 2012 18:42:13 +0100 Subject: cause objects to link --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') 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: $<" -- cgit v1.2.3