summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2011-02-14 11:12:45 +0100
committerMartin Pitt <martin.pitt@ubuntu.com>2011-02-14 11:12:45 +0100
commit94ea0fc8b96f406655607c51d7d5a83876f82c6f (patch)
treed99d6110a2a85e1d38ce0b90666a37edfc75976d
parent0763f4900a32ac01d4b259fe010ab8ebfc83ad0f (diff)
Fix linking of hald-probe-lsb-release
-rw-r--r--hald/linux/probing/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/hald/linux/probing/Makefile.am b/hald/linux/probing/Makefile.am
index 3b37ca45..50f0dff1 100644
--- a/hald/linux/probing/Makefile.am
+++ b/hald/linux/probing/Makefile.am
@@ -55,7 +55,7 @@ hald_probe_net_bluetooth_SOURCES = probe-net-bluetooth.c ../../logger.c
hald_probe_net_bluetooth_LDADD = $(top_builddir)/libhal/libhal.la @DBUS_LIBS@
hald_probe_lsb_release_SOURCES = probe-lsb-release.c ../../logger.c
-hald_probe_lsb_release_LDADD = $(top_builddir)/libhal/libhal.la
+hald_probe_lsb_release_LDADD = $(top_builddir)/libhal/libhal.la @DBUS_LIBS@
hald_probe_video4linux_SOURCES = probe-video4linux.c ../../logger.c
hald_probe_video4linux_LDADD = $(top_builddir)/libhal/libhal.la @DBUS_LIBS@