~ubuntu-branches/ubuntu/precise/gnome-keyring/precise

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2011-11-14 09:57:13 UTC
  • Revision ID: package-import@ubuntu.com-20111114095713-42evdat5maz4o59e
* New upstream release
  - Use g_random_int_range() for pseudo-random hash iteration 
    count. (LP: #874501)
  - Fix problem with 'unsafe storage' prompt deadlocking
  - Remove XFCE & LXDE from OnlyShowIn for autostart files
  - Return password results with the most recent result first
  - Make clear source of warnings from the rpc module

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
        -I$(top_builddir) \
4
4
        -I$(top_srcdir) \
5
5
        -I$(top_srcdir)/pkcs11 \
6
 
        $(GOBJECT_CFLAGS) \
7
 
        $(GLIB_CFLAGS) \
 
6
        $(DAEMON_CFLAGS) \
8
7
        -DGCK_API_SUBJECT_TO_CHANGE
9
8
 
10
9
# ------------------------------------------------------------------------------
33
32
        $(top_builddir)/gck/libgck-@GCK_MAJOR@.la \
34
33
        $(top_builddir)/egg/libegg-buffer.la \
35
34
        $(top_builddir)/egg/libegg-secure.la \
36
 
        $(GOBJECT_LIBS) \
37
 
        $(GTHREAD_LIBS) \
38
 
        $(LIBGCRYPT_LIBS) \
39
 
        $(GLIB_LIBS)
 
35
        $(DAEMON_LIBS)