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

« back to all changes in this revision

Viewing changes to daemon/gpg-agent/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-12-06 17:58:28 UTC
  • mfrom: (1.1.65 upstream)
  • Revision ID: james.westby@ubuntu.com-20101206175828-8xjojyxw89qacpq7
Tags: 2.92.92.is.2.32.1-0ubuntu1
* New upstream version
* debian/control.in:
  - updated the libglib requirement
* debian/libgcr0.symbols:
  - new version update
* debian/patches/02_uidir_relocate.patch:
  - updated for the new version
* debian/patches/10_git_fix_cka_trusted_collections.patch:
  - dropped, the patch is the new version
* debian/patches/90_git_pam_headers.patch:
  - dropped, the patch is the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
        -I$(top_srcdir) \
5
5
        -I$(top_srcdir)/pkcs11 \
6
6
        $(GOBJECT_CFLAGS) \
 
7
        $(GIO_CFLAGS) \
7
8
        $(GLIB_CFLAGS)
8
9
 
9
10
# ------------------------------------------------------------------------------
33
34
        $(top_builddir)/egg/libegg.la \
34
35
        $(GOBJECT_LIBS) \
35
36
        $(GTHREAD_LIBS) \
 
37
        $(GIO_LIBS) \
36
38
        $(LIBGCRYPT_LIBS) \
37
39
        $(GLIB_LIBS)
 
 
b'\\ No newline at end of file'