~ubuntu-branches/ubuntu/oneiric/scummvm/oneiric

« back to all changes in this revision

Viewing changes to backends/platform/gp2x/module.mk

  • Committer: Bazaar Package Importer
  • Author(s): Moritz Muehlenhoff
  • Date: 2011-05-25 19:02:23 UTC
  • mfrom: (21.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110525190223-4cu1pjjcmc1dgadi
Tags: 1.3.0-1
* New upstream release
  - Fixes FTBFS with ld --as-needed (Closes: #607182)
* Version debhelper build dep for debhelper override support

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
MODULE_OBJS := \
4
4
        gp2x-hw.o \
 
5
        gp2x-main.o \
5
6
        gp2x-mem.o \
6
 
        events.o \
7
 
        graphics.o \
8
 
        gp2x.o \
 
7
        gp2x.o
9
8
 
10
9
# We don't use rules.mk but rather manually update OBJS and MODULE_DIRS.
11
10
MODULE_OBJS := $(addprefix $(MODULE)/, $(MODULE_OBJS))