~ubuntu-branches/ubuntu/oneiric/ggz-client-libs/oneiric

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Peter Eisentraut, Josef Spillner, Peter Eisentraut
  • Date: 2006-09-09 13:37:14 UTC
  • mfrom: (2.1.2 edgy)
  • Revision ID: james.westby@ubuntu.com-20060909133714-q49a9kvjfkc0wcc3
Tags: 0.0.13-3
[ Josef Spillner ]
* Change ggzcore-bin dependency from ggzmod to recommends from ggzcore
  (closes: #384671).

[ Peter Eisentraut ]
* Make package dependencies binNMU-safe through use of ${binary:Version}
  (closes: #386126)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
#  $Id: Makefile.am 7265 2005-06-02 15:02:10Z josef $
 
3
 
 
4
AM_CPPFLAGS = -I$(top_srcdir)/ggzmod -I$(top_srcdir)/ggzmod-ggz
 
5
#LDADD = $(top_builddir)/ggzmod/libggzmod.la @LDADD@
 
6
 
 
7
check_PROGRAMS = ggzmodtest ggzmodgametest
 
8
TESTS = ggzmodtest
 
9
 
 
10
ggzmodtest_SOURCES = ggzmodtest.c
 
11
ggzmodtest_LDADD = $(top_builddir)/ggzmod-ggz/libggzmod-ggz.la
 
12
 
 
13
ggzmodgametest_SOURCES = ggzmodgametest.c
 
14
ggzmodgametest_LDADD = $(top_builddir)/ggzmod/libggzmod.la