From e444145ff78c3378771a08436b26a10214a137f0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 1 Nov 2011 20:53:46 +0000 Subject: Apply fix from Jari Karppinen to avoid installing .pc.in files. --- wscript.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript.template') diff --git a/wscript.template b/wscript.template index 7205abd..7166e2a 100644 --- a/wscript.template +++ b/wscript.template @@ -41,7 +41,7 @@ def build(bld): # Install bundle bld.install_files(bundle_dir, - bld.path.ant_glob('?*.*')) + bld.path.ant_glob('?*.*', excl='*.pc.in')) # Install URI-like includes if bld.env['COPY_HEADERS']: -- cgit v1.2.1