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

« back to all changes in this revision

Viewing changes to ggz-wrapper/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 6636 2005-01-11 03:14:32Z jdorje $
 
3
 
 
4
bin_PROGRAMS = ggz-wrapper
 
5
 
 
6
noinst_HEADERS = server.h loop.h game.h
 
7
 
 
8
AM_CPPFLAGS = -I$(top_srcdir)/ggzcore/ $(LIBGGZ_INCLUDES)
 
9
 
 
10
ggz_wrapper_SOURCES = ggz-wrapper.c server.c loop.c game.c
 
11
ggz_wrapper_LDFLAGS = $(LIBGGZ_LDFLAGS)
 
12
ggz_wrapper_LDADD = $(top_builddir)/ggzcore/libggzcore.la $(top_builddir)/ggzmod/libggzmod.la $(LIB_GGZ)
 
13