weston/data/Makefile.am

20 lines
390 B
Makefile
Raw Normal View History

westondatadir = $(datadir)/weston
dist_westondata_DATA = \
2011-01-26 22:37:07 +03:00
wayland.svg \
$(wayland_icon_png) \
pattern.png \
2012-02-01 16:45:51 +04:00
terminal.png \
border.png \
icon_window.png \
sign_close.png \
sign_maximize.png \
sign_minimize.png
if HAVE_RSVG_CONVERT
wayland_icon_png = wayland.png
2011-01-26 22:37:07 +03:00
2011-01-29 11:51:57 +03:00
wayland.png : $(top_srcdir)/data/wayland.svg
$(RSVG_CONVERT) -w 128 -h 128 $< -o $@
endif