Include both, the regular and the `secure' libtelnet, when building
a release.
This commit is contained in:
parent
3c466005c3
commit
4b515e8781
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user