## Process this file with Automake to create Makefile.in.

ICONS := $(notdir $(wildcard $(srcdir)/*.xbm))

icondir = @icondir@
datadir = $(icondir)
data_DATA = $(ICONS)

EXTRA_DIST = \
	$(ICONS)
