1## Process this with automake to create Makefile.in
2SUBDIRS = camera \
3cutting_room \
4pinks \
5editor \
6crayons \
7crayons-bright
8
9themesdir = "$(datadir)/$(PACKAGE)/themes"
10themes_DATA = lives-splash.png
11
12EXTRA_DIST = $(themes_DATA)
13
14