~ubuntu-branches/ubuntu/precise/ibus/precise

« back to all changes in this revision

Viewing changes to m4/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-03-06 09:45:51 UTC
  • mfrom: (6.2.20 sid)
  • Revision ID: package-import@ubuntu.com-20120306094551-2oj8nro3h3uesu8a
Tags: 1.4.1-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - debian/control: Install im-switch instead of im-config by default.
  - debian/rules: Build with dh_translations. Add dh-translations build
    dependency.
  - Add 02_title_update.patch: Rename "IBus Preferences" to "Keyboard Input
    Methods"
  - Add 05_appindicator.patch: Use an indicator rather than a notification
    icon. Add python-appindicator recommends.
  - debian/control: Recommends on ibus-gtk, ibus-qt4, ibus-clutter need to
    be alternatives, because we want derivatives to be able to pick the ones
    they need.

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
GTK3_IM_MODULEDIR = @GTK3_IM_MODULEDIR@
151
151
GTK3_LIBS = @GTK3_LIBS@
152
152
GTKDOC_CHECK = @GTKDOC_CHECK@
 
153
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
 
154
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
153
155
GTKDOC_MKPDF = @GTKDOC_MKPDF@
154
156
GTKDOC_REBASE = @GTKDOC_REBASE@
155
157
HTML_DIR = @HTML_DIR@
239
241
SHELL = @SHELL@
240
242
STRIP = @STRIP@
241
243
USE_NLS = @USE_NLS@
 
244
VAPIGEN = @VAPIGEN@
242
245
VERSION = @VERSION@
243
246
X11_CFLAGS = @X11_CFLAGS@
244
247
X11_LIBS = @X11_LIBS@
304
307
    as-version.m4 \
305
308
    $(NULL)
306
309
 
 
310
GITIGNOREFILES = \
 
311
        gtk-doc.m4 \
 
312
        intltool.m4 \
 
313
        libtool.m4 \
 
314
        lt*.m4 \
 
315
        $(NULL)
 
316
 
307
317
all: all-am
308
318
 
309
319
.SUFFIXES: