blob: 8a97bf9a6be2cd1bc9e4ab03e9ad666d3810046c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
happygnomedir = $(datadir)/gdm/themes/happygnome-list
happygnome_DATA = \
GdmGreeterTheme.desktop \
happygnome.xml \
background.svg \
disconnect.png \
gnome-logo.png \
options.png \
screenshot.png \
session.png \
system.png
happygnome_in_files = \
GdmGreeterTheme.desktop.in
@INTLTOOL_DESKTOP_RULE@
EXTRA_DIST = $(happygnome_DATA) $(happygnome_in_files)
|