blob: 79724ee61ca01ea55ae303d4742a22d9896cb2ee (
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
imagesdir = $(datadir)/shotwell/icons
dist_images_DATA = \
all-rejected.png \
crop-pivot-reticle.png \
crop.svg \
drag_nub.png \
faces-tool.png \
filter-flagged.png \
filter-photos.png \
filter-raw.png \
filter-videos.png \
five-star-filter.svg \
five-stars.svg \
flag-page.png \
flag-trinket.png \
four-star-filter-plus.svg \
four-stars.svg \
generic-plugin.png \
image-adjust.svg \
import-all.png \
import.svg \
make-primary.svg \
many-faces.png \
merge.svg \
multiple-events.png \
multiple-tags.png \
no-event.png \
noninterpretable-video.png \
one-event.png \
one-face.png \
one-star-filter-plus.svg \
one-star.svg \
one-tag.png \
pin-toolbar.svg \
publish.png \
redeye.png \
rejected.svg \
shotwell-16.png \
shotwell-auto-enhance.png \
shotwell.png \
shotwell-street.jpg \
slideshow-extension-point.png \
sprocket.png \
straighten.svg \
three-star-filter-plus.svg \
three-stars.svg \
two-star-filter-plus.svg \
two-stars.svg \
videos-page.png \
zoom-in.png \
zoom-out.png
-include $(top_srcdir)/git.mk
|