summaryrefslogtreecommitdiff
path: root/TAO/taoconfig.mk
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/taoconfig.mk')
-rw-r--r--TAO/taoconfig.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/TAO/taoconfig.mk b/TAO/taoconfig.mk
deleted file mode 100644
index 50372b861d2..00000000000
--- a/TAO/taoconfig.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-#----------------------------------------------------------------------------
-# $Id$
-#
-# Common makefile definitions for all applications
-#
-#----------------------------------------------------------------------------
-
-ifndef TAO_ROOT
-TAO_ROOT = $(ACE_ROOT)/TAO
-endif
-
-LDFLAGS += -L$(TAO_ROOT)/tao
-INCLDIRS += -I$(TAO_ROOT)