summaryrefslogtreecommitdiff
path: root/libaltos/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libaltos/Makefile.am')
-rw-r--r--libaltos/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/libaltos/Makefile.am b/libaltos/Makefile.am
index 8f69c1ad..69fe7a57 100644
--- a/libaltos/Makefile.am
+++ b/libaltos/Makefile.am
@@ -24,11 +24,15 @@ WINDOWS_SRC=\
WINDOWS_H=\
libaltos.h
-noinst_PROGRAMS=cjnitest
+noinst_PROGRAMS=cjnitest btletest
cjnitest_SOURCES=cjnitest.c
cjnitest_LDADD=libaltos.la
+btletest_SOURCES=btletest.c
+
+btletest_LDADD=-lbluetooth
+
if MULTI_ARCH
altoslib_LTLIBRARIES+=libaltos32.la libaltos64.la