1# Pioneers - Implementation of the excellent Settlers of Catan board game.
2#   Go buy a copy.
3#
4# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 2 of the License, or
7# (at your option) any later version.
8#
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12# GNU General Public License for more details.
13#
14# You should have received a copy of the GNU General Public License
15# along with this program; if not, write to the Free Software
16# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
17
18ccflickrthemedir = $(pioneers_themedir)/ccFlickr
19
20ccflickrtheme_DATA = \
21	client/gtk/data/themes/ccFlickr/ATTRIB \
22	client/gtk/data/themes/ccFlickr/board.png \
23	client/gtk/data/themes/ccFlickr/brick.png \
24	client/gtk/data/themes/ccFlickr/desert.png \
25	client/gtk/data/themes/ccFlickr/gold.png \
26	client/gtk/data/themes/ccFlickr/grain.png \
27	client/gtk/data/themes/ccFlickr/lumber.png \
28	client/gtk/data/themes/ccFlickr/ore.png \
29	client/gtk/data/themes/ccFlickr/port-brick.png \
30	client/gtk/data/themes/ccFlickr/port-gold.png \
31	client/gtk/data/themes/ccFlickr/port-grain.png \
32	client/gtk/data/themes/ccFlickr/port-lumber.png \
33	client/gtk/data/themes/ccFlickr/port-ore.png \
34	client/gtk/data/themes/ccFlickr/port-wool.png \
35	client/gtk/data/themes/ccFlickr/sea.png \
36	client/gtk/data/themes/ccFlickr/theme.cfg \
37	client/gtk/data/themes/ccFlickr/wool.png
38
39EXTRA_DIST += $(ccflickrtheme_DATA)
40