summaryrefslogtreecommitdiff
path: root/icons/Makefile.am
blob: 24099492e2c6b7948504fefb7c62f69995653878 (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
NULL=

SUBDIRS =\
	crux_eggplant \
	crux_teal \
	default \
	gnome \
	sidebar_tab_pieces \
	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 \
	note-indicator.png \
	number_strip.png \
	side_bar_image.png \
	text-selection-frame.png \
	thumbnail_frame.png \
	zoom_body.png \
	$(NULL)

EXTRA_DIST = $(icon_DATA)