hal: Branch 'master'

Martin Pitt martin at kemper.freedesktop.org
Mon Feb 14 02:12:55 PST 2011


 hald/linux/probing/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 94ea0fc8b96f406655607c51d7d5a83876f82c6f
Author: Martin Pitt <martin.pitt at ubuntu.com>
Date:   Mon Feb 14 11:12:45 2011 +0100

    Fix linking of hald-probe-lsb-release

diff --git a/hald/linux/probing/Makefile.am b/hald/linux/probing/Makefile.am
index 3b37ca4..50f0dff 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@


More information about the hal-commit mailing list