summaryrefslogtreecommitdiff
path: root/examples/Connection
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-15 17:23:45 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-15 17:23:45 +0000
commitc2e0fc395e8abd4d660f33b3de9e998a254a6c2b (patch)
tree09ac13255a2e8c538f5a3da73e99024b55f44982 /examples/Connection
parent0432259f94097c122ebda977e9f3f2f56c88ff90 (diff)
downloadATCD-c2e0fc395e8abd4d660f33b3de9e998a254a6c2b.tar.gz
ChangeLogTag:Fri Dec 15 09:22:05 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'examples/Connection')
-rw-r--r--examples/Connection/non_blocking/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/examples/Connection/non_blocking/Makefile b/examples/Connection/non_blocking/Makefile
index 0c618dcdc71..a0d04ab50cd 100644
--- a/examples/Connection/non_blocking/Makefile
+++ b/examples/Connection/non_blocking/Makefile
@@ -25,7 +25,7 @@ PSRC = $(addsuffix .cpp,$(BIN))
LSRC = CPP-connector.cpp \
CPP-acceptor.cpp
-LDLIBS = -lConn
+LDLIBS =
#----------------------------------------------------------------------------
# Include macros and targets
@@ -51,6 +51,12 @@ endif
# Local targets
#----------------------------------------------------------------------------
+ifeq ($(static_libs_only),1)
+$(VBIN): $(VLIB)
+else
+$(VBIN): $(VSHLIB)
+endif
+
#----------------------------------------------------------------------------
# Dependencies
#----------------------------------------------------------------------------