blob: 49f54fc5adc8335f0cfecf9afdfa2d1f84eaca1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
NULL =
SUBDIRS = \
cosmos \
$(NULL)
imagedir = $(datadir)/pixmaps
image_DATA = \
mate-logo-white.svg \
gnome-logo-white.svg \
$(NULL)
EXTRA_DIST = \
$(image_DATA) \
$(NULL)
|