commit | 0fa284566a7d9adba766b30edc3b7f0adae92bb5 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Sat Dec 13 22:02:36 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Dec 14 17:40:52 2014 -0800 |
tree | b1f3bc8b2abde42e66e25fef1e664f087b29cc55 | |
parent | b8901b2d858775647daa0d9c6adbae1b0194e7a9 [diff] [blame] |
wscript: don't install detail/*.hpp This commit also fixes include paths in face-impl.hpp. refs #2266 Change-Id: I1bbca6cdb6ffaab134f52a383fe3efe36106244f
diff --git a/wscript b/wscript index f7f3cf7..ddb2cf9 100644 --- a/wscript +++ b/wscript
@@ -188,7 +188,7 @@ bld.recurse("examples") headers = bld.path.ant_glob(['src/**/*.hpp'], - excl=['src/**/*-osx.hpp']) + excl=['src/**/*-osx.hpp', 'src/detail/*']) if bld.env['HAVE_OSX_SECURITY']: headers += bld.path.ant_glob('src/**/*-osx.hpp')