build: Move data/Makefile.am into Makefile.am
This commit is contained in:
+13
-1
@@ -12,7 +12,6 @@ SUBDIRS = \
|
|||||||
$(xwayland_subdir) \
|
$(xwayland_subdir) \
|
||||||
desktop-shell \
|
desktop-shell \
|
||||||
clients \
|
clients \
|
||||||
data \
|
|
||||||
protocol \
|
protocol \
|
||||||
tests \
|
tests \
|
||||||
$(wcap_subdir) \
|
$(wcap_subdir) \
|
||||||
@@ -32,3 +31,16 @@ weston.ini : $(srcdir)/weston.ini.in
|
|||||||
all-local : weston.ini
|
all-local : weston.ini
|
||||||
|
|
||||||
CLEANFILES = weston.ini
|
CLEANFILES = weston.ini
|
||||||
|
|
||||||
|
|
||||||
|
westondatadir = $(datadir)/weston
|
||||||
|
dist_westondata_DATA = \
|
||||||
|
data/wayland.svg \
|
||||||
|
data/wayland.png \
|
||||||
|
data/pattern.png \
|
||||||
|
data/terminal.png \
|
||||||
|
data/border.png \
|
||||||
|
data/icon_window.png \
|
||||||
|
data/sign_close.png \
|
||||||
|
data/sign_maximize.png \
|
||||||
|
data/sign_minimize.png
|
||||||
|
|||||||
@@ -493,7 +493,6 @@ AC_CONFIG_FILES([Makefile
|
|||||||
src/weston.pc
|
src/weston.pc
|
||||||
clients/Makefile
|
clients/Makefile
|
||||||
wcap/Makefile
|
wcap/Makefile
|
||||||
data/Makefile
|
|
||||||
protocol/Makefile
|
protocol/Makefile
|
||||||
man/Makefile
|
man/Makefile
|
||||||
tests/Makefile])
|
tests/Makefile])
|
||||||
|
|||||||
@@ -1,12 +0,0 @@
|
|||||||
westondatadir = $(datadir)/weston
|
|
||||||
|
|
||||||
dist_westondata_DATA = \
|
|
||||||
wayland.svg \
|
|
||||||
wayland.png \
|
|
||||||
pattern.png \
|
|
||||||
terminal.png \
|
|
||||||
border.png \
|
|
||||||
icon_window.png \
|
|
||||||
sign_close.png \
|
|
||||||
sign_maximize.png \
|
|
||||||
sign_minimize.png
|
|
||||||
Reference in New Issue
Block a user