~ubuntu-branches/ubuntu/lucid/seahorse/lucid

« back to all changes in this revision

Viewing changes to gkr/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Moog
  • Date: 2009-04-12 23:36:57 UTC
  • mfrom: (1.2.44 upstream)
  • Revision ID: james.westby@ubuntu.com-20090412233657-0zyuxgptq27tqhqu
Tags: 2.26.1-0ubuntu1
* New upstream version: (LP: #360225)
  - PGP UIDs display in order reported by key server, and fix 
    parsing of HKP PGP search UIDs. [Adam Schreiber] (LP: #351948)
  - Fix problem opening preferences window twice. [Adam Schreiber]
    (LP: #344696)
  - Set authorized_keys properly when sending SSH keys to a 
    remote system. [Andreas Moog, Stef Walter] (LP: #326087)
  - Fix crash when entering hkp: url manually. [Stef Walter]
    (LP: #341983)
* debian/patches
  - updated 80_autoconf.patch to apply to new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
153
153
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
154
154
INSTOBJEXT = @INSTOBJEXT@
155
155
INTLLIBS = @INTLLIBS@
156
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
157
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
158
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
159
156
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
160
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
161
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
162
157
INTLTOOL_MERGE = @INTLTOOL_MERGE@
163
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
164
158
INTLTOOL_PERL = @INTLTOOL_PERL@
165
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
166
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
167
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
168
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
169
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
170
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
171
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
172
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
173
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
174
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
175
159
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
176
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
177
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
178
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
179
160
LD = @LD@
180
161
LDFLAGS = @LDFLAGS@
181
162
LIBCRYPTUI_CFLAGS = @LIBCRYPTUI_CFLAGS@
200
181
NETLIBS = @NETLIBS@
201
182
NM = @NM@
202
183
NMEDIT = @NMEDIT@
 
184
OBJDUMP = @OBJDUMP@
203
185
OBJEXT = @OBJEXT@
204
186
OMF_DIR = @OMF_DIR@
205
187
OTOOL = @OTOOL@
285
267
srcdir = @srcdir@
286
268
sysconfdir = @sysconfdir@
287
269
target_alias = @target_alias@
 
270
top_build_prefix = @top_build_prefix@
288
271
top_builddir = @top_builddir@
289
272
top_srcdir = @top_srcdir@
290
273
gladedir = $(datadir)/seahorse/glade/
337
320
        @for dep in $?; do \
338
321
          case '$(am__configure_deps)' in \
339
322
            *$$dep*) \
340
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
341
 
                && exit 0; \
 
323
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
324
                && { if test -f $@; then exit 0; else break; fi; }; \
342
325
              exit 1;; \
343
326
          esac; \
344
327
        done; \
441
424
        unique=`for i in $$list; do \
442
425
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
443
426
          done | \
444
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
427
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
445
428
              END { if (nonempty) { for (i in files) print i; }; }'`; \
446
429
        mkid -fID $$unique
447
430
tags: TAGS