configure
changeset 381 854c43cdc24a
parent 376 b082ffeef254
child 391 7802a7d5584f
--- a/configure	Mon Feb 04 12:06:20 2008 +0100
+++ b/configure	Mon Feb 04 16:40:44 2008 +0100
@@ -672,7 +672,8 @@
 
 if [ "$SUB_TARGET" = "unix" ]; then
 	MAKEFILES=$MAKEFILES\
-\	examples/TestMasterSlave/Makefile.in
+\	examples/TestMasterSlave/Makefile.in\
+\	examples/TestMasterSlaveLSS/Makefile.in
 fi
 
 if [ "$SUB_TARGET" = "unix" ]; then
@@ -683,6 +684,7 @@
 if [ "$SUB_TARGET" = "win32" ]; then
 	MAKEFILES=$MAKEFILES\
 \	examples/TestMasterSlave/Makefile.in\
+\	examples/TestMasterSlaveLSS/Makefile.in\
 \	examples/TestMasterMicroMod/Makefile.in
 fi