summaryrefslogtreecommitdiffstats
path: root/tools/pkg-config
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-12-10 09:35:16 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-12-10 09:35:16 +0000
commit2104af77e3231b7e79addd32464df7b0caaedf92 (patch)
treed4f717207d9647117dab9ebedf628d0d5e236e12 /tools/pkg-config
parentb083d00b8b4ce957b1389beb2c3880d86e693990 (diff)
downloadmaster-31e0f0ae-2104af77e3231b7e79addd32464df7b0caaedf92.tar.gz
master-31e0f0ae-2104af77e3231b7e79addd32464df7b0caaedf92.tar.bz2
master-31e0f0ae-2104af77e3231b7e79addd32464df7b0caaedf92.zip
pkg-config: install pkg.m4 to aclocal/
SVN-Revision: 24406
Diffstat (limited to 'tools/pkg-config')
-rw-r--r--tools/pkg-config/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/pkg-config/Makefile b/tools/pkg-config/Makefile
index 530c196bd5..bda7df7757 100644
--- a/tools/pkg-config/Makefile
+++ b/tools/pkg-config/Makefile
@@ -24,6 +24,7 @@ define Host/Install
install
mv $(STAGING_DIR_HOST)/bin/pkg-config $(STAGING_DIR_HOST)/bin/pkg-config.real
$(INSTALL_BIN) ./files/pkg-config $(STAGING_DIR_HOST)/bin/pkg-config
+ $(INSTALL_DATA) $(HOST_BUILD_DIR)/pkg.m4 $(STAGING_DIR)/host/share/aclocal/
endef
define Host/Clean