From 94ea0fc8b96f406655607c51d7d5a83876f82c6f Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 14 Feb 2011 11:12:45 +0100 Subject: Fix linking of hald-probe-lsb-release --- hald/linux/probing/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@ -- cgit v1.2.3