diff options
author | David Robillard <d@drobilla.net> | 2011-11-01 20:53:46 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-01 20:53:46 +0000 |
commit | e444145ff78c3378771a08436b26a10214a137f0 (patch) | |
tree | 2a9aac92263e0ee1f4ae88eb4659dbe6b14d6459 /wscript.template | |
parent | b720a45fae08e27a61befba00bd626a2e662bdfb (diff) | |
download | lv2-e444145ff78c3378771a08436b26a10214a137f0.tar.xz |
Apply fix from Jari Karppinen to avoid installing .pc.in files.
Diffstat (limited to 'wscript.template')
-rw-r--r-- | wscript.template | 2 |
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']: |