~ubuntu-branches/ubuntu/maverick/gcompris/maverick

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Marc Gariepy, Marc Gariepy, Stephane Graber
  • Date: 2010-01-04 17:42:49 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20100104174249-7bupatd9dtxyhvs4
Tags: 9.0-0ubuntu1
[Marc Gariepy]
* New upstream release (9.0).
* Remove cache.c from POTFILES to avoid FTBFS
* Remove unneeded rm in debian/rules (file no longer exists upstream)

[Stephane Graber]
* Bump Debian standards to 3.8.3
* Add patch system (dpatch)

Show diffs side-by-side

added added

removed removed

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