xorg-xorgproto/include/X11/PM/meson.build
Adam Jackson 193b75db8c 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>
2018-02-01 15:01:56 -05:00

5 lines
70 B
Meson

install_headers(
'PM.h',
'PMproto.h',
subdir : 'X11/PM'
)