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