
shapedir = $(pkgdatadir)/shapes

electricdir = $(shapedir)/Electric

SHAPES = \
	contact_o.shape \
	contact_o.xpm \
	contact_f.shape \
	contact_f.xpm \
	relay.shape \
	relay.xpm \
	lamp.shape \
	lamp.xpm \
	intpos_o.shape \
	intpos_o.xpm \
	intpos_f.shape \
	intpos_f.xpm \
	command.shape \
	command.xpm \
	cnx.shape \
	cnx.xpm



EXTRA_DIST = $(SHAPES)

electric_DATA = $(SHAPES)

