~gunnarhj/ubuntu/wily/ibus/pt_PT-compose

« back to all changes in this revision

Viewing changes to client/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Osamu Aoki
  • Date: 2012-02-12 14:08:49 UTC
  • mfrom: (1.2.15)
  • Revision ID: package-import@ubuntu.com-20120212140849-c2qz4herqz6cu8pk
Tags: 1.4.1-1
* Remove old patches included in the upstream.
* Revert pkglibexec patch by Kees Cook with old automake1.11-2
  workaround and use configure option --libexec.
* Add doc-base support and preinst for documentation location
  migration.
* Fix 'ibus-1.0' not found error using patch by Daiki Ueno.

Show diffs side-by-side

added added

removed removed

Lines of Context:
190
190
GTK3_IM_MODULEDIR = @GTK3_IM_MODULEDIR@
191
191
GTK3_LIBS = @GTK3_LIBS@
192
192
GTKDOC_CHECK = @GTKDOC_CHECK@
 
193
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
 
194
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
193
195
GTKDOC_MKPDF = @GTKDOC_MKPDF@
194
196
GTKDOC_REBASE = @GTKDOC_REBASE@
195
197
HTML_DIR = @HTML_DIR@
279
281
SHELL = @SHELL@
280
282
STRIP = @STRIP@
281
283
USE_NLS = @USE_NLS@
 
284
VAPIGEN = @VAPIGEN@
282
285
VERSION = @VERSION@
283
286
X11_CFLAGS = @X11_CFLAGS@
284
287
X11_LIBS = @X11_LIBS@