gala/data/Makefile.am
Tom Beckmann 3fcb14e764 Ported plugins branch to autotools based on the setup of lp:~docky-core/docky/plank-docky
Default plugins are not compiled and installed yet
2014-03-08 20:05:56 +01:00

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)