diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 5b3f1ff3..5b05c43d 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -2,11 +2,15 @@ # $Id$ # -noinst_PROGRAMS = l2test scotest rctest attest hstest +if TEST +bin_PROGRAMS = l2test rctest -LIBS = @BLUEZ_LIBS@ +noinst_PROGRAMS = scotest attest hstest + +LDADD = @BLUEZ_LIBS@ AM_CFLAGS = @BLUEZ_CFLAGS@ +endif EXTRA_DIST = hsplay hsmicro |