mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-25 06:59:46 -05:00
Use automake
This commit is contained in:
parent
49291497d3
commit
f0152daad7
17 changed files with 138 additions and 190 deletions
21
data/Makefile.am
Normal file
21
data/Makefile.am
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
waylanddatadir = $(datadir)/wayland
|
||||
|
||||
dist_waylanddata_DATA = \
|
||||
bottom_left_corner.png \
|
||||
bottom_right_corner.png \
|
||||
bottom_side.png \
|
||||
dnd-copy.png \
|
||||
dnd-link.png \
|
||||
dnd-move.png \
|
||||
grabbing.png \
|
||||
hand1.png \
|
||||
hand2.png \
|
||||
left_ptr.png \
|
||||
left_side.png \
|
||||
right_side.png \
|
||||
sb_h_double_arrow.png \
|
||||
sb_v_double_arrow.png \
|
||||
top_left_corner.png \
|
||||
top_right_corner.png \
|
||||
top_side.png \
|
||||
xterm.png
|
||||
Loading…
Add table
Add a link
Reference in a new issue