summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 7417286..cec89cf 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -28,6 +28,10 @@ SUBDIR+= libcrypt
.if !exists(../secure) || defined(NOSECURE)
SUBDIR+= libtelnet
.else
+.if defined(RELEASEDIR)
+# releases do need both libraries
+SUBDIR+= libtelnet
+.endif
SUBDIR+= ../secure/lib/libtelnet
.endif
OpenPOWER on IntegriCloud