~ubuntu-branches/ubuntu/natty/gnome-keyring/natty

« back to all changes in this revision

Viewing changes to pkcs11/roots-store/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-03-22 11:00:39 UTC
  • mfrom: (1.1.60 upstream)
  • Revision ID: james.westby@ubuntu.com-20100322110039-wwp3283t0pz923ld
Tags: 2.92.92git20100322-0ubuntu1
* Upstream git snapshot:
  - "Don't save session keyring to disk".(lp: #539180)
  - better errors handling, fixes a crash (lp: #525410)
  - let "automatically unlock" unlock the keyring (lp: #526560)
* debian/patches/04_remove_assert_on_va_list.patch:
  - the change is in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
214
214
GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
215
215
GTHREAD_LIBS = @GTHREAD_LIBS@
216
216
GTKDOC_CHECK = @GTKDOC_CHECK@
217
 
GTKDOC_MKPDF = @GTKDOC_MKPDF@
218
 
GTKDOC_REBASE = @GTKDOC_REBASE@
219
217
GTK_CFLAGS = @GTK_CFLAGS@
220
218
GTK_LIBS = @GTK_LIBS@
221
219
HTML_DIR = @HTML_DIR@
266
264
PACKAGE_NAME = @PACKAGE_NAME@
267
265
PACKAGE_STRING = @PACKAGE_STRING@
268
266
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
267
PACKAGE_URL = @PACKAGE_URL@
269
268
PACKAGE_VERSION = @PACKAGE_VERSION@
270
269
PAM_DEST_DIR = @PAM_DEST_DIR@
271
270
PATH_SEPARATOR = @PATH_SEPARATOR@
510
509
#     (which will cause the Makefiles to be regenerated when you run `make');
511
510
# (2) otherwise, pass the desired values on the `make' command line.
512
511
$(RECURSIVE_TARGETS):
513
 
        @failcom='exit 1'; \
 
512
        @fail= failcom='exit 1'; \
514
513
        for f in x $$MAKEFLAGS; do \
515
514
          case $$f in \
516
515
            *=* | --[!k]*);; \
535
534
        fi; test -z "$$fail"
536
535
 
537
536
$(RECURSIVE_CLEAN_TARGETS):
538
 
        @failcom='exit 1'; \
 
537
        @fail= failcom='exit 1'; \
539
538
        for f in x $$MAKEFLAGS; do \
540
539
          case $$f in \
541
540
            *=* | --[!k]*);; \