summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Glacier/Makefile2
-rw-r--r--cpp/src/IcePatch/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Glacier/Makefile b/cpp/src/Glacier/Makefile
index 2582eea36b9..73ddd04fd9d 100644
--- a/cpp/src/Glacier/Makefile
+++ b/cpp/src/Glacier/Makefile
@@ -53,7 +53,7 @@ SDIR = $(slicedir)/Glacier
include $(top_srcdir)/config/Make.rules
-CPPFLAGS := -I.. $(CPPFLAGS)
+CPPFLAGS := -I.. $(OPENSSL_FLAGS) $(CPPFLAGS)
SLICE2CPPFLAGS := --include-dir Glacier --dll-export GLACIER_API $(SLICE2CPPFLAGS)
$(VERSIONED_NAME): $(OBJS)
diff --git a/cpp/src/IcePatch/Makefile b/cpp/src/IcePatch/Makefile
index 0840d6b2482..48fef1ca1ef 100644
--- a/cpp/src/IcePatch/Makefile
+++ b/cpp/src/IcePatch/Makefile
@@ -44,7 +44,7 @@ SDIR = $(slicedir)/IcePatch
include $(top_srcdir)/config/Make.rules
-CPPFLAGS := -I.. $(CPPFLAGS)
+CPPFLAGS := -I.. $(OPENSSL_FLAGS) $(CPPFLAGS)
SLICE2CPPFLAGS := --ice --include-dir IcePatch --dll-export ICE_PATCH_API $(SLICE2CPPFLAGS)
$(VERSIONED_NAME): $(OBJS)