summaryrefslogtreecommitdiff
path: root/makefiles/Makefile.tools
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-12-04 16:16:47 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-12-04 16:16:47 +0000
commit5f7f3dc1a377dc54eeab95ad1cd2d52026c4a0f0 (patch)
treeb66c6cd46276768fc4565fc68c2433e9f9b335d6 /makefiles/Makefile.tools
parent50afc47d7a20580c43e50422bf634c3318a9092e (diff)
downloadbuildsystem-5f7f3dc1a377dc54eeab95ad1cd2d52026c4a0f0.tar.gz
buildsystem-5f7f3dc1a377dc54eeab95ad1cd2d52026c4a0f0.tar.bz2
Create pkg-config macro library
svn path=/trunk/tools/buildsystem/; revision=10966
Diffstat (limited to 'makefiles/Makefile.tools')
-rw-r--r--makefiles/Makefile.tools5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools
index 4cf2fb1..aff1c23 100644
--- a/makefiles/Makefile.tools
+++ b/makefiles/Makefile.tools
@@ -372,3 +372,8 @@ ifeq ($(COMPONENT_TYPE),lib-shared)
SHAREDLDPATH ?= LD_LIBRARY_PATH="$(BUILDDIR):$(LD_LIBRARY_PATH)"
endif
+################################################################################
+# Package config macros
+################################################################################
+
+include build/makefiles/Makefile.pkgconfig