summaryrefslogtreecommitdiff
path: root/example/Makefile
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2012-06-29 18:17:04 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2012-06-29 18:17:04 +0000
commit3e0d4f191535e95cf46eda876dca465dfcf657a5 (patch)
tree78ec59c41d6df10eefd0b17cb5d1e95f70a6c155 /example/Makefile
parent48a501324b99668a3a19ec18b6ba80c10adad348 (diff)
downloadbuildsystem-3e0d4f191535e95cf46eda876dca465dfcf657a5.tar.gz
buildsystem-3e0d4f191535e95cf46eda876dca465dfcf657a5.tar.bz2
Initial rework to have Makefile.tools find itself and set NSBUILD
svn path=/trunk/tools/buildsystem/; revision=13996
Diffstat (limited to 'example/Makefile')
-rw-r--r--example/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile b/example/Makefile
index 492c255..582fb69 100644
--- a/example/Makefile
+++ b/example/Makefile
@@ -9,7 +9,7 @@ COMPONENT_VERSION := 0.0.1
include build/makefiles/Makefile.tools
# Grab the core makefile
-include build/makefiles/Makefile.top
+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