~ubuntu-branches/ubuntu/trusty/gvfs/trusty

« back to all changes in this revision

Viewing changes to daemon/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-11-25 11:05:01 UTC
  • mfrom: (1.7.8)
  • Revision ID: package-import@ubuntu.com-20131125110501-8801zvj56lw5h5im
Tags: 1.19.2-0ubuntu1
* New upstream release.
  - smb: Fix "write file error: Success". (LP: #490176)
  - sftp: unable to append to file when using low-level writing
    (LP: #517033)
  - http: Fix uninitialized GError (LP: #1210852)
* Adjust libsoup-gnome2.4-dev → libsoup2.4-dev build dependency, as per
  upstream configure.ac.
* Drop 00upstream_mtp_test_updates.patch, included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
        $(OBEXFTP_CFLAGS) $(EXPAT_CFLAGS)       \
15
15
        $(KEYRING_CFLAGS)                       \
16
16
        -DG_UDEV_API_IS_SUBJECT_TO_CHANGE       \
17
 
        -DLIBEXEC_DIR=\"$(libexecdir)/\"        \
18
 
        -DMOUNTABLE_DIR=\"$(mountdir)/\"        \
 
17
        -DLIBEXEC_DIR=\"$(libexecdir)\"         \
 
18
        -DMOUNTABLE_DIR=\"$(mountdir)\"         \
19
19
        -DGVFS_LOCALEDIR=\""$(localedir)"\"
20
20
 
21
21
privlibdir = $(libdir)/gvfs