~ubuntu-branches/ubuntu/trusty/gcompris/trusty

« back to all changes in this revision

Viewing changes to src/boards/python/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Yann Dirson
  • Date: 2006-12-15 23:08:17 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20061215230817-exr5ks1hd73s3tlk
Tags: 8.2.2-1
* New upstream bugfix release, fixes among other things the support for
  the version of gnucap shipped in etch.
* Add missing dependency on python-gtk2 (Closes: #396523).
* Removed reference to non-existent sound file from memory.c (upstream
  fix - impacts 8.2 as well).  
* Now suggests gnuchess, gnucap, and tuxpaint.
* Updated extended description for the main package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SUBDIRS=gcompris
 
1
SUBDIRS=gcompris connect4p admin
2
2
 
3
3
pythondir = $(PYTHON_PLUGIN_DIR)
4
4
 
5
5
dist_python_DATA= \
 
6
        administration.py \
6
7
        algorithm.py \
7
8
        anim.py \
8
9
        ballcatch.py \
 
10
        bargame.py \
 
11
        connect4.py \
 
12
        electric.py \
9
13
        followline.py \
 
14
        guessnumber.py \
 
15
        gnumch.py \
10
16
        hexagon.py \
 
17
        login.py \
11
18
        melody.py \
 
19
        mosaic.py \
 
20
        oscar_and_friends.py \
12
21
        pythontest.py \
13
22
        redraw.py \
 
23
        searace.py \
 
24
        sudoku.py \
 
25
        tuxpaint.py \
14
26
        watercycle.py
15
27
 
16
28