diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2014-11-03 18:23:29 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2014-11-03 18:23:29 +0200 |
commit | 8313c4ed00499cc777f84609bb4916f9cf5142b6 (patch) | |
tree | fc2a2c7a56ba8b7785b141a4542cb70904bec3d4 /test cases/common/9 header install/meson.build | |
parent | 10313fa3ebe72c92db0b4c84c79d83a838e8f99e (diff) | |
download | meson-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.build | 2 |
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') |