diff options
Diffstat (limited to 'TAO/tests')
-rw-r--r-- | TAO/tests/Makefile | 2 | ||||
-rw-r--r-- | TAO/tests/NestedUpcall/Makefile | 2 | ||||
-rw-r--r-- | TAO/tests/POA/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tests/Makefile b/TAO/tests/Makefile index 2e1dcb36133..ea968509bf8 100644 --- a/TAO/tests/Makefile +++ b/TAO/tests/Makefile @@ -30,6 +30,7 @@ DIRS = CDR \ #---------------------------------------------------------------------------- include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU +include $(TAO_ROOT)/rules.tao.GNU ifndef minimum_corba @@ -45,6 +46,7 @@ ifndef minimum_corba endif # minimum_corba 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 diff --git a/TAO/tests/NestedUpcall/Makefile b/TAO/tests/NestedUpcall/Makefile index aea0db712ae..2492f59f20f 100644 --- a/TAO/tests/NestedUpcall/Makefile +++ b/TAO/tests/NestedUpcall/Makefile @@ -19,7 +19,9 @@ DIRS = Simple \ #---------------------------------------------------------------------------- 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 diff --git a/TAO/tests/POA/Makefile b/TAO/tests/POA/Makefile index d567397e01a..04061b9ac79 100644 --- a/TAO/tests/POA/Makefile +++ b/TAO/tests/POA/Makefile @@ -24,7 +24,9 @@ DIRS = Destruction \ #---------------------------------------------------------------------------- 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 |