~ubuntu-branches/ubuntu/precise/pingus/precise

« back to all changes in this revision

Viewing changes to src/worldobjsdata/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois
  • Date: 2008-02-28 19:44:25 UTC
  • mfrom: (4.1.4 hardy)
  • Revision ID: james.westby@ubuntu.com-20080228194425-e8ilohlijv02kgcf
Tags: 0.7.2-2
* Fix FTBFS with gcc-4.3 by adding the missing include in
  src/input/evdev_device.cpp (Closes: #462238):
   + debian/patches/20_fix_FTBFS_with_gcc-4.3.
* Rename former patch so that the filename reflects the order in which
  the patches are applied:
   - debian/patches/data_dir.patch
   + debian/patches/10_fix_data_directory.
* Bump Standards-Version from 3.7.2 to 3.7.3, no changes needed.
* Add a dh_desktop call in the arch-dep part of debian/rules.
* Adjust the “missing-dep-for-interpreter guile” override since lintian
  now lists an alternative for that dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Pingus - A free Lemmings clone
2
 
# Copyright (C) 1999 Ingo Ruhnke <grumbel@gmx.de>
3
 
#
4
 
# This program is free software; you can redistribute it and/or
5
 
# modify it under the terms of the GNU General Public License
6
 
# as published by the Free Software Foundation; either version 2
7
 
# of the License, or (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., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
17
 
 
18
 
noinst_LIBRARIES = libpingus_worldobjsdata.a
19
 
 
20
 
libpingus_worldobjsdata_a_SOURCES = \
21
 
        bumper_data.cxx                  bumper_data.hxx \
22
 
        conveyor_belt_data.cxx           conveyor_belt_data.hxx \
23
 
        entrance_data.cxx                entrance_data.hxx \
24
 
        exit_data.cxx                    exit_data.hxx \
25
 
        fake_exit_data.cxx               fake_exit_data.hxx \
26
 
        groundpiece_data.hxx             groundpiece_data.cxx \
27
 
        guillotine_data.cxx              guillotine_data.hxx \
28
 
        hammer_data.cxx                  hammer_data.hxx \
29
 
        hotspot_data.cxx                 hotspot_data.hxx \
30
 
        ice_block_data.cxx               ice_block_data.hxx \
31
 
        info_box_data.cxx                info_box_data.hxx \
32
 
        laser_exit_data.cxx              laser_exit_data.hxx \
33
 
        liquid_data.cxx                  liquid_data.hxx \
34
 
        prefab_obj_data.cxx              prefab_obj_data.hxx \
35
 
        rain_generator_data.hxx          rain_generator_data.cxx \
36
 
        smasher_data.cxx                 smasher_data.hxx \
37
 
        snow_generator_data.hxx          snow_generator_data.cxx \
38
 
        solid_color_background_data.cxx  solid_color_background_data.hxx \
39
 
        spike_data.cxx                   spike_data.hxx  \
40
 
        starfield_background_data.cxx    starfield_background_data.hxx \
41
 
        surface_background_data.cxx      surface_background_data.hxx \
42
 
        switch_door_data.cxx             switch_door_data.hxx \
43
 
        teleporter_data.cxx              teleporter_data.hxx \
44
 
        thunderstorm_background_data.cxx thunderstorm_background_data.hxx \
45
 
        worldobj_group_data.hxx          worldobj_group_data.cxx
46
 
 
47
 
# EOF #
 
 
b'\\ No newline at end of file'