From c37be1ab2480c43fdaec098f75ec5e25a65ceb59 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 27 Jul 2004 13:01:42 +0000 Subject: Make more parts optional --- test/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'test') 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 -- cgit