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

« back to all changes in this revision

Viewing changes to gcr/Makefile.in

  • 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:
146
146
gcr_viewer_OBJECTS = $(am_gcr_viewer_OBJECTS)
147
147
gcr_viewer_DEPENDENCIES = $(builddir)/libgcr-$(GCR_MAJOR).la \
148
148
        $(top_builddir)/gck/libgck-@GCK_MAJOR@.la \
149
 
        $(am__DEPENDENCIES_1)
 
149
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
150
150
gcr_viewer_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
151
151
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(gcr_viewer_CFLAGS) \
152
152
        $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
592
592
        gcr-viewer-tool.c
593
593
 
594
594
gcr_viewer_CFLAGS = \
 
595
        $(GLIB_CFLAGS) \
595
596
        $(GTK_CFLAGS) \
596
597
        -DLOCALEDIR=\""$(datadir)/locale"\"
597
598
 
598
599
gcr_viewer_LDADD = \
599
600
        $(builddir)/libgcr-$(GCR_MAJOR).la \
600
601
        $(top_builddir)/gck/libgck-@GCK_MAJOR@.la \
 
602
        $(GLIB_LIBS) \
601
603
        $(GTK_LIBS)
602
604
 
603
605
EXTRA_DIST = \