~ubuntu-branches/ubuntu/maverick/gvfs/maverick-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-02-23 13:00:18 UTC
  • mfrom: (1.1.54 upstream)
  • Revision ID: james.westby@ubuntu.com-20100223130018-m3txkn095qz6z0w9
Tags: 1.5.4-0ubuntu1
* New upstream release:
  - gphoto2: Better support for devices that are read-only + delete
  - gdu: Various fixes and preparation for LVM
  - ftp: fix asserts
  - sftp: remember to save password if username changed (LP: #365662)
  - gio module: don't call g_file_find_enclosing_mount_async callback
    directly
  - gvfs-monitor: Track moves if available
  - Translation updates
* debian/control.in: Bump gdu and glib build dependency, according to
  configure.ac.
* debian/rules: Explicitly set D-Bus service dir configuration option, to
  work around regression in upstream configure.ac (now fixed in trunk).

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
GPHOTO2_LIBS = @GPHOTO2_LIBS@
169
169
GREP = @GREP@
170
170
GTKDOC_CHECK = @GTKDOC_CHECK@
171
 
GTKDOC_MKPDF = @GTKDOC_MKPDF@
172
 
GTKDOC_REBASE = @GTKDOC_REBASE@
173
171
GUDEV_CFLAGS = @GUDEV_CFLAGS@
174
172
GUDEV_LIBS = @GUDEV_LIBS@
175
173
HAL_CFLAGS = @HAL_CFLAGS@
220
218
PACKAGE_NAME = @PACKAGE_NAME@
221
219
PACKAGE_STRING = @PACKAGE_STRING@
222
220
PACKAGE_TARNAME = @PACKAGE_TARNAME@
223
 
PACKAGE_URL = @PACKAGE_URL@
224
221
PACKAGE_VERSION = @PACKAGE_VERSION@
225
222
PATH_SEPARATOR = @PATH_SEPARATOR@
226
223
PKG_CONFIG = @PKG_CONFIG@
825
822
        fi
826
823
 
827
824
install-data-hook:
828
 
        if test ! -z "$(DESTDIR)" -a "$(GIO_QUERYMODULES)" != "no" ; then                                       \
829
 
                $(GIO_QUERYMODULES) $(DESTDIR)$(giomodulesdir) ;        \
 
825
        if test -z "$(DESTDIR)" -a "$(GIO_QUERYMODULES)" != "no" ; then                                 \
 
826
                $(GIO_QUERYMODULES) $(giomodulesdir) ;  \
830
827
        fi
831
828
 
832
829
uninstall-local: