From aac3fdce54233993c91d326df3732a7c448ac54a Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 10 Jul 2014 18:42:37 -0700 Subject: libaltos: Bind to libbluetooth at runtime on demand This lets us reliably start and run without libbluetooth present. Signed-off-by: Keith Packard --- libaltos/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libaltos/Makefile.am') diff --git a/libaltos/Makefile.am b/libaltos/Makefile.am index d2531133..1db2d486 100644 --- a/libaltos/Makefile.am +++ b/libaltos/Makefile.am @@ -41,8 +41,7 @@ cjnitest64_LDADD=libaltos64.la endif - -LIBS=-lbluetooth +LIBS=-ldl HFILES=libaltos.h -- cgit v1.2.3