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

« back to all changes in this revision

Viewing changes to data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Handles/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:
103
103
CC = @CC@
104
104
CCDEPMODE = @CCDEPMODE@
105
105
CFLAGS = @CFLAGS@
 
106
CLIENT_LIBS = @CLIENT_LIBS@
 
107
COMMON_LIBS = @COMMON_LIBS@
106
108
CONFIGURE_DEPENDENCIES = @CONFIGURE_DEPENDENCIES@
107
109
CPP = @CPP@
108
110
CPPFLAGS = @CPPFLAGS@
264
266
TOLUA_LIBS = @TOLUA_LIBS@
265
267
UNAME = @UNAME@
266
268
USE_NLS = @USE_NLS@
 
269
UTILITY_LIBS = @UTILITY_LIBS@
267
270
VERSION = @VERSION@
268
271
VERSION_LABEL = @VERSION_LABEL@
269
272
VERSION_WITHOUT_LABEL = @VERSION_WITHOUT_LABEL@