~ubuntu-branches/ubuntu/utopic/pgadmin3/utopic-proposed

« back to all changes in this revision

Viewing changes to xtra/wx-build/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2011-06-07 23:03:54 UTC
  • mfrom: (1.3.1 upstream) (13 sid)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20110607230354-3td4j9y71u4ahcvj
Tags: 1.14.0~beta1-1
* New upstream development release, adding Build-Depends on
  postgresql-server-dev-all >= 117~.
* Add Build-Depends on quilt, (un)patch to debian/rules and patch for fixing
  the include for kwlist.h in pgadmin/db/keywords.c.
* Add pg_config --includedir-server output to CPPFLAGS.
* Remove unrecognized configure options: --with-wx-config,
  --with-pgsql-include, --enable-gtk2, --enable-unicode.
* Clean up manually the files that are left behind after the broken
  distclean.

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
SET_MAKE = @SET_MAKE@
108
108
SHELL = @SHELL@
109
109
STRIP = @STRIP@
110
 
USE_PRECOMP = @USE_PRECOMP@
111
110
VERSION = @VERSION@
112
111
WX_CONFIG = @WX_CONFIG@
113
112
XML2_CONFIG = @XML2_CONFIG@
156
155
pgScript_LDADD = @pgScript_LDADD@
157
156
pgadmin3_LDADD = @pgadmin3_LDADD@
158
157
pgsTest_LDADD = @pgsTest_LDADD@
 
158
png2c_LDADD = @png2c_LDADD@
159
159
prefix = @prefix@
160
160
program_transform_name = @program_transform_name@
161
161
psdir = @psdir@