aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-01 20:53:46 +0000
committerDavid Robillard <d@drobilla.net>2011-11-01 20:53:46 +0000
commite444145ff78c3378771a08436b26a10214a137f0 (patch)
tree2a9aac92263e0ee1f4ae88eb4659dbe6b14d6459
parentb720a45fae08e27a61befba00bd626a2e662bdfb (diff)
downloadlv2-e444145ff78c3378771a08436b26a10214a137f0.tar.xz
Apply fix from Jari Karppinen to avoid installing .pc.in files.
-rw-r--r--wscript.template2
1 files changed, 1 insertions, 1 deletions
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']: