## Process this file with automake to produce Makefile.in

pixmapsdir = $(datadir)/pixmaps

pixmaps_DATA = galculator.svg \
	galculator.png \
	galculator.xpm

EXTRA_DIST = $(pixmaps_DATA)


