diff --git a/nw/Makefile.netware b/nw/Makefile.netware index 0a3770fe..a84abe7d 100644 --- a/nw/Makefile.netware +++ b/nw/Makefile.netware @@ -155,7 +155,7 @@ else IMPORTS += @$(ZLIB_PATH)/nw/$(LIBARCH)/libz.imp endif endif -INCLUDES += -I$(OPENSSL_PATH)/outinc_nw_$(LIBARCH_L) -I$(OPENSSL_PATH)/outinc_nw_$(LIBARCH_L)/openssl +INCLUDES += -I$(OPENSSL_PATH)/outinc_nw_$(LIBARCH_L) LDLIBS += $(OPENSSL_PATH)/out_nw_$(LIBARCH_L)/ssl.$(LIBEXT) LDLIBS += $(OPENSSL_PATH)/out_nw_$(LIBARCH_L)/crypto.$(LIBEXT) IMPORTS += GetProcessSwitchCount RunningProcess diff --git a/nw/test/Makefile.netware b/nw/test/Makefile.netware index 5a9f03aa..09ebffd5 100644 --- a/nw/test/Makefile.netware +++ b/nw/test/Makefile.netware @@ -143,7 +143,7 @@ else MODULES += libssh2.nlm endif -INCLUDES += -I$(OPENSSL_PATH)/outinc_nw_$(LIBARCH_L) -I$(OPENSSL_PATH)/outinc_nw_$(LIBARCH_L)/openssl +INCLUDES += -I$(OPENSSL_PATH)/outinc_nw_$(LIBARCH_L) LDLIBS += $(OPENSSL_PATH)/out_nw_$(LIBARCH_L)/ssl.$(LIBEXT) LDLIBS += $(OPENSSL_PATH)/out_nw_$(LIBARCH_L)/crypto.$(LIBEXT) IMPORTS += GetProcessSwitchCount RunningProcess