From 08c1c12c6dd63eabebd0aa40579149dee6c96f33 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 29 Jun 2012 19:55:31 +0000 Subject: Update to new NSBUILD infrastructure svn path=/trunk/libdom/; revision=14005 --- bindings/Makefile | 4 +++- bindings/hubbub/Makefile | 2 +- bindings/xml/Makefile | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) (limited to 'bindings') diff --git a/bindings/Makefile b/bindings/Makefile index 26e4927..f89808c 100644 --- a/bindings/Makefile +++ b/bindings/Makefile @@ -1 +1,3 @@ -include build/makefiles/Makefile.subdir +# Bindings + +include $(NSBUILD)/Makefile.subdir diff --git a/bindings/hubbub/Makefile b/bindings/hubbub/Makefile index 59b7d3b..946219d 100644 --- a/bindings/hubbub/Makefile +++ b/bindings/hubbub/Makefile @@ -13,5 +13,5 @@ ifeq ($(WITH_HUBBUB_BINDING),yes) endif endif -include build/makefiles/Makefile.subdir +include $(NSBUILD)/Makefile.subdir diff --git a/bindings/xml/Makefile b/bindings/xml/Makefile index 12b4ca0..e75e362 100644 --- a/bindings/xml/Makefile +++ b/bindings/xml/Makefile @@ -29,5 +29,5 @@ ifeq ($(DO_XML_INSTALL),yes) DIR_INSTALL_ITEMS := /include/dom/bindings/libxml:xmlerror.h;xmlparser.h endif -include build/makefiles/Makefile.subdir +include $(NSBUILD)/Makefile.subdir -- cgit v1.2.3