mirror of
https://github.com/elementary/gala.git
synced 2024-12-18 06:41:36 +03:00
3fcb14e764
Default plugins are not compiled and installed yet
19 lines
327 B
Makefile
19 lines
327 B
Makefile
stylesdir = $(pkgdatadir)/applications
|
|
styles_DATA = gala.css texture.png
|
|
|
|
applicationsdir = $(datadir)/applications
|
|
applications_DATA = gala.desktop
|
|
|
|
EXTRA_DIST = \
|
|
gala.css \
|
|
gala.desktop \
|
|
texture.png \
|
|
org.pantheon.desktop.gala.gschema.xml \
|
|
$(NULL)
|
|
|
|
CLEANFILES = \
|
|
$(applications_DATA) \
|
|
$(styles_DATA) \
|
|
$(NULL)
|
|
|