diff options
| author | Keith Packard <keithp@keithp.com> | 2014-07-10 18:42:37 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-07-10 18:42:37 -0700 |
| commit | aac3fdce54233993c91d326df3732a7c448ac54a (patch) | |
| tree | 0bd0b1103f41fdf8eed631bcf369dd4d9f1eede9 /libaltos/Makefile.am | |
| parent | 59702e5ff8d0522b0aa9dcca863309eaafbcda09 (diff) | |
libaltos: Bind to libbluetooth at runtime on demand
This lets us reliably start and run without libbluetooth present.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'libaltos/Makefile.am')
| -rw-r--r-- | libaltos/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
