summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage/Makefile
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2004-02-29 20:38:49 +0000
committerbala <balanatarajan@users.noreply.github.com>2004-02-29 20:38:49 +0000
commite50ad20b6c171d722cce99217f8daea9e3ae841d (patch)
tree2664dabc91fa06b3a8d0cac99e1aeff0f3b46347 /TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage/Makefile
parent83eecab49260c633c1be24f69c2b557ee2d31249 (diff)
downloadATCD-e50ad20b6c171d722cce99217f8daea9e3ae841d.tar.gz
ChangeLogTag:Sun Feb 29 14:58:50 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage/Makefile')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage/Makefile b/TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage/Makefile
index 0592d0e48c6..17e63a27d4a 100644
--- a/TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage/Makefile
+++ b/TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage/Makefile
@@ -26,9 +26,6 @@ LSRC = $(addsuffix .cpp,$(FILES))
BIN2 = receiver sender
-#### If the TAO orbsvcs library wasn't built with sufficient components,
-#### don't try to build here.
-TAO_ORBSVCS := $(shell $(ACE_ROOT)/bin/ace_components --orbsvcs)
#----------------------------------------------------------------------------
# Include macros and targets
@@ -39,6 +36,9 @@ 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.nonested.GNU
+#### If the TAO orbsvcs library wasn't built with sufficient components,
+#### don't try to build here.
+TAO_ORBSVCS := $(shell $(ACE_ROOT)/bin/ace_components --orbsvcs)
ifeq ($(corba_messaging),1)
ifeq (AV,$(findstring AV,$(TAO_ORBSVCS)))
BIN = $(BIN2)