blob: 974fd00ca14abd1e9f362d3340b85bb88219d9f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
NULL=
SUBDIRS =\
crux_eggplant \
crux_teal \
default \
gnome \
sierra \
tahoe \
throbber \
$(NULL)
icondir = $(datadir)/pixmaps/nautilus
icon_DATA =\
Search.png \
audio.png \
backgrounds.png \
chit_frame.png \
colors.png \
decrement.png \
emblems.png \
increment.png \
knob.png \
nautilus-launch-icon.png \
nautilus-mini-logo.png \
nautilus-server-connect.png \
note-indicator.png \
number_strip.png \
side_bar_image.png \
text-selection-frame.png \
thumbnail_frame.png \
zoom_body.png \
erase.png \
$(NULL)
EXTRA_DIST = $(icon_DATA)
|