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 --- Makefile | 2 +- src/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 27703b9..eab056a 100644 --- a/Makefile +++ b/Makefile @@ -15,4 +15,4 @@ include $(NSBUILD)/Makefile.top # Add extra install rules for our pkg-config control file and the library itself #INSTALL_ITEMS := $(INSTALL_ITEMS) /lib/pkgconfig:lib$(COMPONENT).pc.in -#INSTALL_ITEMS := $(INSTALL_ITEMS) /lib:$(BUILDDIR)/lib$(COMPONENT)$(LIBEXT) +INSTALL_ITEMS := $(INSTALL_ITEMS) /bin:$(BUILDDIR)/$(COMPONENT)$(EXEEXT) 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