summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-22 15:22:45 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-22 15:22:45 +0000
commit8620cea9068bc4122ace60fd4f6dc4dc619eb57d (patch)
tree899c2171d63036306dda55cc64625132a5deb8f6
parent0c5837f67fba26324cd47bee5673cce9c00b2a41 (diff)
downloadATCD-8620cea9068bc4122ace60fd4f6dc4dc619eb57d.tar.gz
added LIBS=-lTAO to avoid build warning on DU 4.0
-rw-r--r--TAO/examples/POA/Generic_Servant/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/examples/POA/Generic_Servant/Makefile b/TAO/examples/POA/Generic_Servant/Makefile
index b38270b3573..a29980a84dc 100644
--- a/TAO/examples/POA/Generic_Servant/Makefile
+++ b/TAO/examples/POA/Generic_Servant/Makefile
@@ -38,6 +38,7 @@ VLDLIBS = $(LDLIBS:%=%$(VAR))
VBIN = $(BIN:%=%$(VAR))
+LIBS = -lTAO
LSRC = $(addsuffix .cpp,$(SHLIB_SRC))
LOBJ = $(addsuffix .o,$(SHLIB_SRC))