summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--src/Makefile2
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: $<"