blob: c4a3e9aa35367c82d3ccccc2d7f96b7bcfa3a57b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
circlesdir = $(datadir)/gdm/themes/circles
circles_DATA = \
GdmGreeterTheme.desktop \
circles.xml \
background.svg \
flower.png \
help.png \
options.png \
screenshot.png
circles_in_files = \
GdmGreeterTheme.desktop.in
@INTLTOOL_DESKTOP_RULE@
EXTRA_DIST = $(circles_DATA) $(circles_in_files)
clean-local:
rm -f GdmGreeterTheme.desktop
|