~juanje/udev/udev-acls-android

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2009-12-02 01:40:55 UTC
  • Revision ID: james.westby@ubuntu.com-20091202014055-g5f7k5z3db7njmlj
Tags: 148~-1
* Update to GIT HEAD:
  - Ignore_device option removed.
  - BUS, SYSFS and ID are now deprecated and result in a warning.
  - IDE device support removed from default rules.
  - New input_id helper, previous uses of the ID_CLASS property on
    input devices should now use the new ID_INPUT_* properties.  This
    is a big part of the Halsectomy of X.org

Show diffs side-by-side

added added

removed removed

Lines of Context:
237
237
libexec_PROGRAMS += extras/floppy/create_floppy_devices
238
238
 
239
239
# ------------------------------------------------------------------------------
 
240
# usb_id - USB device property import
 
241
# ------------------------------------------------------------------------------
 
242
extras_input_id_input_id_SOURCES = extras/input_id/input_id.c
 
243
libexec_PROGRAMS += extras/input_id/input_id
 
244
 
 
245
# ------------------------------------------------------------------------------
240
246
# path_id - compose identifier of persistent elements of the parent buses
241
247
# ------------------------------------------------------------------------------
242
248
extras_path_id_path_id_SOURCES = extras/path_id/path_id.c
382
388
                $(top_srcdir)/extras/gudev/gudev.h \
383
389
                $(top_srcdir)/extras/gudev/gudevtypes.h \
384
390
                $(top_srcdir)/extras/gudev/gudevenums.h \
385
 
                $(top_srcdir)/extras/gudev/gudevenumtypes.h \
 
391
                $(top_builddir)/extras/gudev/gudevenumtypes.h \
386
392
                $(top_srcdir)/extras/gudev/gudevclient.h \
387
393
                $(top_srcdir)/extras/gudev/gudevdevice.h \
388
394
                $(top_srcdir)/extras/gudev/gudevclient.c \