diff options
-rwxr-xr-x | bin/auto_compile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/bin/auto_compile b/bin/auto_compile index 252038c48bb..ee9893b7f04 100755 --- a/bin/auto_compile +++ b/bin/auto_compile @@ -38,12 +38,7 @@ $MODULE='ACE_wrappers'; @BUILD_LIST= ('ace', 'tests', - 'TAO/tao', - 'TAO/TAO_IDL', - 'TAO/tests/POA', - 'TAO/tests/Param_Test', - 'TAO/tests/Cubit/TAO', - 'TAO/orbsvcs'); + 'TAO'); # This are the pairs "sub-directory,script" we run. |