aboutsummaryrefslogtreecommitdiffstats
path: root/wscript.template
diff options
context:
space:
mode:
Diffstat (limited to 'wscript.template')
-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']: