diff options
author | Keith Packard <keithp@keithp.com> | 2017-07-21 16:16:55 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-07-21 16:16:55 -0700 |
commit | ea3b5815b27005b2f4c3034715f656d28ea8534e (patch) | |
tree | 0735975b5ac43c8516aec0859b99e07c086c2c64 /libaltos/Makefile.am | |
parent | 545bdc1f8046b08e237307d97d0044ddae9095b8 (diff) |
libaltos: Add btle test program
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'libaltos/Makefile.am')
-rw-r--r-- | libaltos/Makefile.am | 6 |
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 |