~ubuntu-branches/ubuntu/natty/freecell-solver/natty

« back to all changes in this revision

Viewing changes to Presets/presets/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): RISKO Gergely
  • Date: 2009-03-15 23:42:21 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090315234221-sx95hxyfyfgi0pja
Tags: 2.16.0-1
* Imported Upstream version 2.16.0 (closes: #518440)
* cmake is the new buildsystem

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
 
3
 
presetsdatadir = $(datadir)/freecell-solver/presets
4
 
 
5
 
presetsdata_DATA =    \
6
 
               abra-kadabra.sh             \
7
 
               cool-jives.sh               \
8
 
               crooked-nose.sh             \
9
 
               fools-gold.sh               \
10
 
               hello-world.sh              \
11
 
               john_galt_line-500.sh       \
12
 
               rin-tin-tin.sh              \
13
 
               yellow-brick-road.sh
14
 
 
15
 
EXTRA_DIST = $(presetsdata_DATA)
16