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

« back to all changes in this revision

Viewing changes to dconf/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:
210
210
GTK3_IM_MODULEDIR = @GTK3_IM_MODULEDIR@
211
211
GTK3_LIBS = @GTK3_LIBS@
212
212
GTKDOC_CHECK = @GTKDOC_CHECK@
 
213
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
 
214
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
213
215
GTKDOC_MKPDF = @GTKDOC_MKPDF@
214
216
GTKDOC_REBASE = @GTKDOC_REBASE@
215
217
HTML_DIR = @HTML_DIR@
299
301
SHELL = @SHELL@
300
302
STRIP = @STRIP@
301
303
USE_NLS = @USE_NLS@
 
304
VAPIGEN = @VAPIGEN@
302
305
VERSION = @VERSION@
303
306
X11_CFLAGS = @X11_CFLAGS@
304
307
X11_LIBS = @X11_LIBS@