aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/9 header install/meson.build
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2014-11-03 18:23:29 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2014-11-03 18:23:29 +0200
commit8313c4ed00499cc777f84609bb4916f9cf5142b6 (patch)
treefc2a2c7a56ba8b7785b141a4542cb70904bec3d4 /test cases/common/9 header install/meson.build
parent10313fa3ebe72c92db0b4c84c79d83a838e8f99e (diff)
downloadmeson-8313c4ed00499cc777f84609bb4916f9cf5142b6.zip
meson-8313c4ed00499cc777f84609bb4916f9cf5142b6.tar.gz
meson-8313c4ed00499cc777f84609bb4916f9cf5142b6.tar.bz2
Use correct path when installing headers. Fixes #16.
Diffstat (limited to 'test cases/common/9 header install/meson.build')
-rw-r--r--test cases/common/9 header install/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/test cases/common/9 header install/meson.build b/test cases/common/9 header install/meson.build
index 6564a5d..8c8ca73 100644
--- a/test cases/common/9 header install/meson.build
+++ b/test cases/common/9 header install/meson.build
@@ -4,3 +4,5 @@ as_array = ['subdir.h']
h1 = install_headers('rootdir.h')
h2 = install_headers(as_array, subdir : 'subdir')
+
+subdir('vanishing_subdir')