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

« back to all changes in this revision

Viewing changes to data/icons/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,
118
118
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
119
119
INSTOBJEXT = @INSTOBJEXT@
120
120
INTLLIBS = @INTLLIBS@
121
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
122
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
123
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
124
121
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
125
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
126
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
127
122
INTLTOOL_MERGE = @INTLTOOL_MERGE@
128
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
129
123
INTLTOOL_PERL = @INTLTOOL_PERL@
130
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
131
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
132
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
133
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
134
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
135
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
136
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
137
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
138
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
139
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
140
124
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
141
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
142
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
143
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
144
125
LD = @LD@
145
126
LDFLAGS = @LDFLAGS@
146
127
LIBCRYPTUI_CFLAGS = @LIBCRYPTUI_CFLAGS@
165
146
NETLIBS = @NETLIBS@
166
147
NM = @NM@
167
148
NMEDIT = @NMEDIT@
 
149
OBJDUMP = @OBJDUMP@
168
150
OBJEXT = @OBJEXT@
169
151
OMF_DIR = @OMF_DIR@
170
152
OTOOL = @OTOOL@
250
232
srcdir = @srcdir@
251
233
sysconfdir = @sysconfdir@
252
234
target_alias = @target_alias@
 
235
top_build_prefix = @top_build_prefix@
253
236
top_builddir = @top_builddir@
254
237
top_srcdir = @top_srcdir@
255
238
NULL = 
288
271
        @for dep in $?; do \
289
272
          case '$(am__configure_deps)' in \
290
273
            *$$dep*) \
291
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
292
 
                && exit 0; \
 
274
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
275
                && { if test -f $@; then exit 0; else break; fi; }; \
293
276
              exit 1;; \
294
277
          esac; \
295
278
        done; \