~ubuntu-branches/debian/squeeze/hal/squeeze

« back to all changes in this revision

Viewing changes to hald/linux/probing/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2007-10-23 12:33:58 UTC
  • Revision ID: james.westby@ubuntu.com-20071023123358-xaf8mjc5n84d5gtz
Tags: upstream-0.5.10
ImportĀ upstreamĀ versionĀ 0.5.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
INCLUDES = \
 
2
AM_CPPFLAGS = \
3
3
        -DPACKAGE_SYSCONF_DIR=\""$(sysconfdir)"\" \
4
4
        -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
5
5
        -DPACKAGE_BIN_DIR=\""$(bindir)"\" \
10
10
 
11
11
if HALD_COMPILE_LINUX
12
12
libexec_PROGRAMS = hald-probe-input hald-probe-hiddev hald-probe-storage hald-probe-volume hald-probe-printer \
13
 
                   hald-probe-pc-floppy hald-probe-smbios hald-probe-serial hald-probe-ieee1394-unit
 
13
                   hald-probe-pc-floppy hald-probe-smbios hald-probe-serial hald-probe-ieee1394-unit hald-probe-net-bluetooth
14
14
endif
15
15
 
16
16
hald_probe_smbios_SOURCES = probe-smbios.c ../../logger.c
39
39
 
40
40
hald_probe_ieee1394_unit_SOURCES = probe-ieee1394-unit.c ../../logger.c
41
41
hald_probe_ieee1394_unit_LDADD = $(top_builddir)/libhal/libhal.la
 
42
 
 
43
hald_probe_net_bluetooth_SOURCES = probe-net-bluetooth.c ../../logger.c
 
44
hald_probe_net_bluetooth_LDADD = $(top_builddir)/libhal/libhal.la