~ubuntu-branches/ubuntu/oneiric/gvfs/oneiric

« back to all changes in this revision

Viewing changes to monitor/gphoto2/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-07-08 07:05:54 UTC
  • mfrom: (1.1.70 upstream)
  • Revision ID: james.westby@ubuntu.com-20110708070554-78swdqd56lan3urk
Tags: 1.9.1-0ubuntu1
* New upstream release. Don't enable Blu-Ray support, as libbluray-dev is in
  universe right now.
* debian/watch: Check unstable versions, and for bz2 tarballs.
* Drop 02_deprecated.patch, we do want to build without deprecated symbols.
* Unfuzz 05_shared_libdaemon.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        $(GPHOTO2_CFLAGS)                       \
40
40
        -DGIO_MODULE_DIR=\"$(GIO_MODULE_DIR)\"  \
41
41
        -DGVFS_LOCALEDIR=\""$(localedir)"\"     \
 
42
        -DG_DISABLE_DEPRECATED                  \
42
43
        -DG_UDEV_API_IS_SUBJECT_TO_CHANGE       \
43
44
        $(NULL)
44
45