aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 5926a41d953d339dd7ebc69dd68dd713864b3ca0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
unstable_protocols =								\
	unstable/pointer-gestures/pointer-gestures-unstable-v1.xml		\
	unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml		\
	unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml			\
	unstable/text-input/text-input-unstable-v1.xml				\
	unstable/input-method/input-method-unstable-v1.xml			\
	unstable/xdg-shell/xdg-shell-unstable-v5.xml				\
	$(NULL)

nobase_dist_pkgdata_DATA =							\
	$(unstable_protocols)							\
	$(NULL)

dist_noinst_DATA =								\
	$(sort $(foreach p,$(unstable_protocols),$(dir $p)README))		\
	$(NULL)

noarch_pkgconfig_DATA = wayland-protocols.pc