[tools] pkg-config: install pkg.m4 to aclocal/
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 10 Dec 2010 09:35:16 +0000 (09:35 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 10 Dec 2010 09:35:16 +0000 (09:35 +0000)
SVN-Revision: 24406

tools/pkg-config/Makefile

index 530c196bd51534eb09c9fc46727c024f45092e02..bda7df7757bb91b6e7f0c71d760d08f45ea69cf5 100644 (file)
@@ -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