mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-13 13:29:47 -05:00
Use automake
This commit is contained in:
parent
49291497d3
commit
f0152daad7
17 changed files with 138 additions and 190 deletions
|
|
@ -1,6 +1,6 @@
|
|||
include ../config.mk
|
||||
waylanddatadir = $(datadir)/wayland
|
||||
|
||||
cursor_images = \
|
||||
dist_waylanddata_DATA = \
|
||||
bottom_left_corner.png \
|
||||
bottom_right_corner.png \
|
||||
bottom_side.png \
|
||||
|
|
@ -19,11 +19,3 @@ cursor_images = \
|
|||
top_right_corner.png \
|
||||
top_side.png \
|
||||
xterm.png
|
||||
|
||||
all :
|
||||
|
||||
clean :
|
||||
|
||||
install :
|
||||
install -d $(datadir)/wayland
|
||||
install $(cursor_images) $(datadir)/wayland
|
||||
Loading…
Add table
Add a link
Reference in a new issue