summaryrefslogtreecommitdiff
path: root/TAO/docs/tutorials/Quoter/Simple/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/docs/tutorials/Quoter/Simple/Makefile')
-rw-r--r--TAO/docs/tutorials/Quoter/Simple/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/docs/tutorials/Quoter/Simple/Makefile b/TAO/docs/tutorials/Quoter/Simple/Makefile
index c1705b5b7ec..7d2cbbcb6d4 100644
--- a/TAO/docs/tutorials/Quoter/Simple/Makefile
+++ b/TAO/docs/tutorials/Quoter/Simple/Makefile
@@ -10,6 +10,10 @@
# Local macros
#----------------------------------------------------------------------------
+ifndef TAO_ROOT
+ TAO_ROOT = $(ACE_ROOT)/TAO
+endif # ! TAO_ROOT
+
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
include $(TAO_ROOT)/rules.tao.GNU
include $(ACE_ROOT)/include/makeinclude/macros.GNU