X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=libaltos%2FMakefile.am;fp=libaltos%2FMakefile.am;h=69fe7a5716a96d002eb94cb4854dc7f0aeb6d4b2;hp=8f69c1ad9661df9b95290c007d89467a8ca8ec9a;hb=ea3b5815b27005b2f4c3034715f656d28ea8534e;hpb=545bdc1f8046b08e237307d97d0044ddae9095b8 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