~ubuntu-branches/ubuntu/lucid/hal/lucid

« back to all changes in this revision

Viewing changes to hald/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-07-15 09:38:52 UTC
  • mfrom: (1.2.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090715093852-r8mx79yuks1n0nik
Tags: 0.5.13-0ubuntu1
* New upstream release:
  - Fix crash when assembling certain MD devices
  - Fixes for GNU/kFreeBSD
  - Set default udev_prefix to ${exec_prefix}/lib in configure.in
  - Define new (sub-)namespace(s) and policy for smart card readers
  - Ignore ADD events if there is already a device with same sysfs_path
  - probe-volume: remove needless check for empty fstype
  - Use $libexecdir not $libdir/hal to define private hal directory
  - Various startup speedups
  - Add hal-set-property --direct
  - addon-acpi.c: Support acpid
  - 10-x11-input.fdi: Add tablets
  - Add input.keys capability to input buttons
  - Add support for devices on the SSB and ibme bus
* Drop 05_ssb_bus_support.patch, upstream now.
* Re-add smartdimmer recommends, got lost in a merge.
* Drop ubuntu_01_ignore_single_slash_label.patch. It's conceptually wrong to
  change this in hal itself, should rather be done in the presentation
  layer. Also, the installer stopped labelling partitions as "/" ages ago.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        -DPACKAGE_BIN_DIR=\""$(bindir)"\" \
10
10
        -DPACKAGE_LOCALE_DIR=\""$(localedir)"\" \
11
11
        -DPACKAGE_LOCALSTATEDIR=\""$(localstatedir)"\" \
12
 
        -DPACKAGE_SCRIPT_DIR=\""$(libdir)/hal/scripts"\" \
 
12
        -DPACKAGE_SCRIPT_DIR=\""$(libexecdir)/scripts"\" \
13
13
        -DHALD_SOCKET_DIR=\""$(HALD_SOCKET_DIR)"\" \
14
14
        -DHALD_PID_FILE=\""$(HALD_PID_FILE)"\" \
15
15
        -DPCI_IDS_DIR=\""$(PCI_IDS_DIR)"\" \