summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1998-04-04 00:38:33 +0000
committerSteve Huston <shuston@riverace.com>1998-04-04 00:38:33 +0000
commitf312672bd04bc1e7da26d959c02da983c74620b3 (patch)
treefbbc87992fede2842d77fe2adc58e0e2ae9b7746
parent5282fc1fc16756f715a9b607abeb809e36434080 (diff)
downloadATCD-f312672bd04bc1e7da26d959c02da983c74620b3.tar.gz
Changed LSRC to SRC, LOBJ to OBJ to match today's changed to ACE's
rules.bin.GNU
-rw-r--r--TAO/tests/POA/On_Demand_Activation/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/POA/On_Demand_Activation/Makefile b/TAO/tests/POA/On_Demand_Activation/Makefile
index 1ca73804cc1..3f1fb5352dd 100644
--- a/TAO/tests/POA/On_Demand_Activation/Makefile
+++ b/TAO/tests/POA/On_Demand_Activation/Makefile
@@ -6,8 +6,8 @@ BIN = server
MYFILES = Servant_Activator Servant_Locator
-LSRC = $(addsuffix .cpp,$(MYFILES))
-LOBJ = $(addsuffix .o,$(MYFILES))
+SRC = $(addsuffix .cpp,$(MYFILES))
+OBJ = $(addsuffix .o,$(MYFILES))
CPPFLAGS += -I$(TAO_ROOT) -I../Generic_Servant