diff options
Diffstat (limited to 'TAO/performance-tests/POA/Makefile')
-rw-r--r-- | TAO/performance-tests/POA/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/performance-tests/POA/Makefile b/TAO/performance-tests/POA/Makefile index 8d452396282..fa65c07bbed 100644 --- a/TAO/performance-tests/POA/Makefile +++ b/TAO/performance-tests/POA/Makefile @@ -12,6 +12,10 @@ DIRS = Object_Creation_And_Registration +ifndef TAO_ROOT + TAO_ROOT = $(ACE_ROOT)/TAO +endif + #---------------------------------------------------------------------------- # Include macros and targets #---------------------------------------------------------------------------- @@ -19,7 +23,6 @@ DIRS = Object_Creation_And_Registration include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU include $(TAO_ROOT)/rules.tao.GNU include $(ACE_ROOT)/include/makeinclude/macros.GNU -include $(TAO_ROOT)/rules.tao.GNU include $(ACE_ROOT)/include/makeinclude/rules.common.GNU include $(ACE_ROOT)/include/makeinclude/rules.nested.GNU include $(ACE_ROOT)/include/makeinclude/rules.nolocal.GNU |