
shapedir = $(pkgdatadir)/shapes

civildir = $(shapedir)/Civil

SHAPES = \
	bvrest.shape \
	bvrest.xpm \
	hcompressor.shape \
	hcompressor.xpm \
	vcompressor.shape \
	vcompressor.xpm \
	hpump.shape \
	hpump.xpm \
	vpump.shape \
	vpump.xpm \
	hrest.shape \
	hrest.xpm \
	vrest.shape \
	vrest.xpm \
	line.shape \
	line.xpm \
	water_level.shape \
	water_level.xpm

EXTRA_DIST = $(SHAPES)

civil_DATA = $(SHAPES)

