Makefile.am: Include protocol README files in tarball

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
Jonas Ådahl 2015-11-18 10:25:16 +08:00
parent 7c671d7967
commit 67cd84ca01

View file

@ -1,4 +1,4 @@
nobase_dist_pkgdata_DATA = \ unstable_protocols = \
unstable/pointer-gestures/pointer-gestures-unstable-v1.xml \ unstable/pointer-gestures/pointer-gestures-unstable-v1.xml \
unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml \ unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml \
unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml \ unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml \
@ -7,5 +7,13 @@ nobase_dist_pkgdata_DATA = \
unstable/xdg-shell/xdg-shell-unstable-v5.xml \ unstable/xdg-shell/xdg-shell-unstable-v5.xml \
$(NULL) $(NULL)
nobase_dist_pkgdata_DATA = \
$(unstable_protocols) \
$(NULL)
dist_noinst_DATA = \
$(sort $(foreach p,$(unstable_protocols),$(dir $p)README)) \
$(NULL)
pkgconfigdir = $(libdir)/pkgconfig pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = wayland-protocols.pc pkgconfig_DATA = wayland-protocols.pc