1## Process this with automake to create Makefile.in
2THEME_NAME=pinks
3
4themesdir = "$(datadir)/$(PACKAGE)/themes/$(THEME_NAME)"
5themes_DATA = \
6frame.jpg \
7main.jpg \
8header.theme
9
10EXTRA_DIST = $(themes_DATA)
11