diff options
author | Daniel Silverstone <dsilvers@netsurf-browser.org> | 2012-06-29 19:55:12 +0000 |
---|---|---|
committer | Daniel Silverstone <dsilvers@netsurf-browser.org> | 2012-06-29 19:55:12 +0000 |
commit | f9d1b53a01bcea5916c41ede3e06e00774444df5 (patch) | |
tree | 32bea2aa78ab939b750ee652e53aceea59d11a20 /Makefile | |
parent | 0dc7a60ac84aa80e1b0fbf72d83da53f66a366a3 (diff) | |
download | libwapcaplet-f9d1b53a01bcea5916c41ede3e06e00774444df5.tar.gz |
Update to new NSBUILD infrastructure
svn path=/trunk/libwapcaplet/; revision=14002
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -5,7 +5,9 @@ COMPONENT_VERSION := 0.1.1 COMPONENT_TYPE ?= lib-static # Setup the tooling -include build/makefiles/Makefile.tools +PREFIX ?= /opt/netsurf +NSSHARED ?= $(PREFIX)/share/netsurf-buildsystem +include $(NSSHARED)/makefiles/Makefile.tools # Reevaluate when used, as BUILDDIR won't be defined yet TESTRUNNER = $(BUILDDIR)/test_testrunner$(EXEEXT) @@ -27,7 +29,7 @@ else CFLAGS := $(CFLAGS) -Dinline="__inline__" endif -include build/makefiles/Makefile.top +include $(NSBUILD)/Makefile.top ifeq ($(WANT_TEST),yes) ifneq ($(PKGCONFIG),) |