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

« back to all changes in this revision

Viewing changes to data/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:
177
177
GTK3_IM_MODULEDIR = @GTK3_IM_MODULEDIR@
178
178
GTK3_LIBS = @GTK3_LIBS@
179
179
GTKDOC_CHECK = @GTKDOC_CHECK@
 
180
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
 
181
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
180
182
GTKDOC_MKPDF = @GTKDOC_MKPDF@
181
183
GTKDOC_REBASE = @GTKDOC_REBASE@
182
184
HTML_DIR = @HTML_DIR@
266
268
SHELL = @SHELL@
267
269
STRIP = @STRIP@
268
270
USE_NLS = @USE_NLS@
 
271
VAPIGEN = @VAPIGEN@
269
272
VERSION = @VERSION@
270
273
X11_CFLAGS = @X11_CFLAGS@
271
274
X11_LIBS = @X11_LIBS@
602
605
        $(AM_V_GEN) $(srcdir)/make-dconf-override-db.sh $@ || \
603
606
                { rc=$$?; $(RM) -rf $@; exit $$rc; }
604
607
 
 
608
-include $(top_srcdir)/git.mk
 
609
 
605
610
# Tell versions [3.59,3.63) of GNU make to not export all variables.
606
611
# Otherwise a system limit (for SysV at least) may be exceeded.
607
612
.NOEXPORT: