hal: Branch 'master'

Martin Pitt martin at kemper.freedesktop.org
Sun Jul 26 14:26:13 PDT 2009


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

New commits:
commit c0bafbd1f46f7c37e22bf5ecc29a1bd3e64ce9ac
Author: Michael Biebl <biebl at debian.org>
Date:   Fri Jul 17 01:29:00 2009 +0200

    Make libhald_freebsd_probe.la a noinst library.
    
    libhald_freebsd_probe on (k)FreeBSD is merely an implementation detail
    and not a public library. It should thus not be installed to $libdir.
    Make it a noinst lib instead.

diff --git a/hald/freebsd/libprobe/Makefile.am b/hald/freebsd/libprobe/Makefile.am
index 20f8788..f0a8211 100644
--- a/hald/freebsd/libprobe/Makefile.am
+++ b/hald/freebsd/libprobe/Makefile.am
@@ -8,7 +8,7 @@ AM_CPPFLAGS = \
 	@DBUS_CFLAGS@
 
 if HALD_COMPILE_FREEBSD
-lib_LTLIBRARIES = libhald_freebsd_probe.la
+noinst_LTLIBRARIES = libhald_freebsd_probe.la
 endif
 
 libhald_freebsd_probe_la_SOURCES = \


More information about the hal-commit mailing list