blob: cc5f03cf25e96058f691f57414d42965d2fb68bb (
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
|
flagsdir = $(kde_datadir)/kivio/stencils/Geographic/Flags
flags_DATA = \
Austria.sml \
Austria.xpm \
Belgium.sml \
Belgium.xpm \
desc \
Finland.sml \
Finland.xpm \
France.sml \
France.xpm \
Germany.sml \
Germany.xpm \
GreatBritain.sml \
GreatBritain.xpm \
Greece.sml \
Greece.xpm \
Iceland.sml \
Iceland.xpm \
icon.xpm \
Ireland.sml \
Ireland.xpm \
Italy.sml \
Italy.xpm \
Japan.sml \
Japan.xpm \
Luxemburg.sml \
Luxemburg.xpm \
Netherlands.sml \
Netherlands.xpm \
Norway.sml \
Norway.xpm \
Poland.sml \
Poland.xpm \
Sweden.sml \
Sweden.xpm \
Switzerland.sml \
Switzerland.xpm \
USA.sml \
USA.xpm
|