~ubuntu-branches/debian/squeeze/freeciv/squeeze

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Karl Goetz
  • Date: 2010-06-05 20:54:23 UTC
  • mfrom: (1.2.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20100605205423-k8214w6arwvu1wt0
Tags: 2.2.1-1
* New upstream release, thanks Ansgar Burchardt for help preparing
the package (Closes: 584589)
* Use 'Arrange widgets for small screens' by default
* Fix package dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
CC = @CC@
80
80
CCDEPMODE = @CCDEPMODE@
81
81
CFLAGS = @CFLAGS@
 
82
CLIENT_LIBS = @CLIENT_LIBS@
 
83
COMMON_LIBS = @COMMON_LIBS@
82
84
CONFIGURE_DEPENDENCIES = @CONFIGURE_DEPENDENCIES@
83
85
CPP = @CPP@
84
86
CPPFLAGS = @CPPFLAGS@
240
242
TOLUA_LIBS = @TOLUA_LIBS@
241
243
UNAME = @UNAME@
242
244
USE_NLS = @USE_NLS@
 
245
UTILITY_LIBS = @UTILITY_LIBS@
243
246
VERSION = @VERSION@
244
247
VERSION_LABEL = @VERSION_LABEL@
245
248
VERSION_WITHOUT_LABEL = @VERSION_WITHOUT_LABEL@