~ubuntu-branches/ubuntu/jaunty/gvfs/jaunty-updates

« back to all changes in this revision

Viewing changes to daemon/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-04-13 21:04:33 UTC
  • mfrom: (1.1.41 upstream)
  • Revision ID: james.westby@ubuntu.com-20090413210433-73a32hx0aipfy5qr
Tags: 1.2.2-0ubuntu1
* New upstream version:
  - ftp: Fix error handling in some cases
  - proxy monitor: Fix warning spew
* debian/patches/91_svn_change_ssh_use_gnome_keyring.patch:
  - svn change to get the ssh backend to use gnome-keyring (lp: #345496)

Show diffs side-by-side

added added

removed removed

Lines of Context:
272
272
        -DBACKEND_TYPES='"trash", G_VFS_TYPE_BACKEND_TRASH,' \
273
273
        -Itrashlib
274
274
 
275
 
gvfsd_trash_LDADD = $(libraries) trashlib/libtrash.a
 
275
gvfsd_trash_LDADD = trashlib/libtrash.a $(libraries)
276
276
 
277
277
gvfsd_computer_SOURCES = \
278
278
        gvfsbackendcomputer.c gvfsbackendcomputer.h \