diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-07-27 13:01:42 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-07-27 13:01:42 +0000 |
commit | c37be1ab2480c43fdaec098f75ec5e25a65ceb59 (patch) | |
tree | f0eaa2724a40b1b253b320f90d70747a665b44f4 /test | |
parent | d040d4f33ef0c6388ea70b4b9f3ef3537f0ed60a (diff) |
Make more parts optional
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 |