diff options
author | Adam Jackson <ajax@redhat.com> | 2018-01-31 13:31:53 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2018-02-01 15:01:56 -0500 |
commit | 193b75db8c1aa9d91d079901d7da98ec72810378 (patch) | |
tree | 016f228b0046db822ec41668100a899a13143a49 /include/X11/PM | |
parent | 0d4330017c811227f8424ecbd061d987f39b4e9f (diff) |
meson: Spread the install rules into their subdirs
Mostly this is is so the generated Xpoll.h can be emitted into a usable
directory when we build as a subproject.
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'include/X11/PM')
-rw-r--r-- | include/X11/PM/meson.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/X11/PM/meson.build b/include/X11/PM/meson.build new file mode 100644 index 0000000..7d9fadf --- /dev/null +++ b/include/X11/PM/meson.build @@ -0,0 +1,5 @@ +install_headers( + 'PM.h', + 'PMproto.h', + subdir : 'X11/PM' +) |