blob: c7f9aadc6ae60040200740f970fb3c03aeca2d6b (
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
|
contactdir = $(kde_datadir)/kivio/stencils/Dia/Contact
SHAPES = \
c_ifnot.shape \
c_ifnot.xpm \
c_if.shape \
c_if.xpm \
c_lamp.shape \
c_lamp.xpm \
c_relay.shape \
c_relay.xpm \
l_if.shape \
l_if.xpm \
l_ifnot.shape \
l_ifnot.xpm \
l_out.shape \
l_out.xpm \
l_outnot.shape \
l_outnot.xpm \
l_outr.shape \
l_outr.xpm \
l_outs.shape \
l_outs.xpm \
l_outj.shape \
l_outj.xpm \
l_outrcep.shape \
l_outrcep.xpm \
l_sout.shape \
l_sout.xpm \
l_soutnot.shape \
l_soutnot.xpm \
l_soutr.shape \
l_soutr.xpm \
l_souts.shape \
l_souts.xpm
EXTRA_DIST = $(SHAPES)\
desc icon.xpm
contact_DATA = $(SHAPES)\
desc icon.xpm
|