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

« back to all changes in this revision

Viewing changes to tools/linux/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:
10
10
        -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
11
11
        -DPACKAGE_BIN_DIR=\""$(bindir)"\" \
12
12
        -DPACKAGE_LOCALSTATEDIR=\""$(localstatedir)"\" \
13
 
        -DPACKAGE_SCRIPT_DIR=\""$(libdir)/hal/scripts"\" \
 
13
        -DPACKAGE_SCRIPT_DIR=\""$(libexecdir)/scripts"\" \
14
14
        -DPACKAGE_LOCALE_DIR=\""$(localedir)"\" \
15
15
        -I$(top_srcdir) -I$(top_srcdir)/libhal -I$(top_srcdir)/libhal-storage \
16
16
        @DBUS_CFLAGS@ @GLIB_CFLAGS@ @POLKIT_CFLAGS@
17
17
 
18
18
libexec_PROGRAMS =  
19
19
 
20
 
scriptdir = $(libdir)/hal/scripts/linux
 
20
scriptdir = $(libexecdir)/scripts/linux
21
21
 
22
22
script_SCRIPTS =                                        \
23
23
        hal-luks-setup-linux                            \