added po target to updated the *.mo files
[dia.git] / shapes / Logic / Makefile.am
blob9bdb7188611c15267e0804371d8a095f9dc5bbe3
2 shapedir = $(pkgdatadir)/shapes
4 logicdir = $(shapedir)/Logic
6 SHAPES = \
7         and.shape \
8         and.png \
9         buffer.shape \
10         buffer.png \
11         connector.shape \
12         connector.png \
13         inverter.shape \
14         inverter.png \
15         nand.shape \
16         nand.png \
17         nor.shape \
18         nor.png \
19         not.shape \
20         not.png \
21         or.shape \
22         or.png \
23         xor.shape \
24         xor.png 
27 EXTRA_DIST = $(SHAPES)
29 logic_DATA = $(SHAPES)