summaryrefslogtreecommitdiff
path: root/Makethird
diff options
context:
space:
mode:
Diffstat (limited to 'Makethird')
-rw-r--r--Makethird7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makethird b/Makethird
index a3b07fa5..3978ed8e 100644
--- a/Makethird
+++ b/Makethird
@@ -730,3 +730,10 @@ ifeq "$(HAVE_X11)" "yes"
X11_CFLAGS := $(SYS_X11_CFLAGS)
X11_LIBS := $(SYS_X11_LIBS)
endif
+
+# --- OpenSSL ---
+
+ifeq "$(HAVE_OPENSSL)" "yes"
+OPENSSL_CFLAGS := $(SYS_OPENSSL_CFLAGS)
+OPENSSL_LIBS := $(SYS_OPENSSL_LIBS)
+endif