diff options
author | Mark Spruiell <mes@zeroc.com> | 2003-02-20 23:16:01 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2003-02-20 23:16:01 +0000 |
commit | c80b19fc3dd78f5426cadce1ee184b034b7a4353 (patch) | |
tree | 069a9e76f2008a08ae20df1e72630e6de3d699d8 /cpp | |
parent | align with C++ (diff) | |
download | ice-c80b19fc3dd78f5426cadce1ee184b034b7a4353.tar.bz2 ice-c80b19fc3dd78f5426cadce1ee184b034b7a4353.tar.xz ice-c80b19fc3dd78f5426cadce1ee184b034b7a4353.zip |
Makefile needs OPENSSL_FLAGS
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/Glacier/Makefile | 2 | ||||
-rw-r--r-- | cpp/src/IcePatch/Makefile | 2 | ||||
-rw-r--r-- | cpp/test/IceSSL/certificateAndKeyParsing/Makefile | 2 | ||||
-rw-r--r-- | cpp/test/IceSSL/certificateVerification/Makefile | 2 | ||||
-rw-r--r-- | cpp/test/IceSSL/certificateVerifier/Makefile | 2 |
5 files changed, 5 insertions, 5 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) diff --git a/cpp/test/IceSSL/certificateAndKeyParsing/Makefile b/cpp/test/IceSSL/certificateAndKeyParsing/Makefile index d20d403fb60..2348d18cfb4 100644 --- a/cpp/test/IceSSL/certificateAndKeyParsing/Makefile +++ b/cpp/test/IceSSL/certificateAndKeyParsing/Makefile @@ -24,7 +24,7 @@ SRCS = $(OBJS:.o=.cpp) include $(top_srcdir)/config/Make.rules -CPPFLAGS := -I. -I../../include $(CPPFLAGS) +CPPFLAGS := -I. -I../../include $(OPENSSL_FLAGS) $(CPPFLAGS) $(CLIENT): $(OBJS) rm -f $@ diff --git a/cpp/test/IceSSL/certificateVerification/Makefile b/cpp/test/IceSSL/certificateVerification/Makefile index dba10dd0ab4..e9b8344b871 100644 --- a/cpp/test/IceSSL/certificateVerification/Makefile +++ b/cpp/test/IceSSL/certificateVerification/Makefile @@ -33,7 +33,7 @@ SLICE_SRCS = Pinger.ice include $(top_srcdir)/config/Make.rules -CPPFLAGS := -I. -I../../include $(CPPFLAGS) +CPPFLAGS := -I. -I../../include $(OPENSSL_FLAGS) $(CPPFLAGS) $(CLIENT): $(OBJS) $(COBJS) rm -f $@ diff --git a/cpp/test/IceSSL/certificateVerifier/Makefile b/cpp/test/IceSSL/certificateVerifier/Makefile index 7f17b806ba3..13ad8ea8069 100644 --- a/cpp/test/IceSSL/certificateVerifier/Makefile +++ b/cpp/test/IceSSL/certificateVerifier/Makefile @@ -24,7 +24,7 @@ SRCS = $(OBJS:.o=.cpp) include $(top_srcdir)/config/Make.rules -CPPFLAGS := -I. -I../../include $(CPPFLAGS) +CPPFLAGS := -I. -I../../include $(OPENSSL_FLAGS) $(CPPFLAGS) $(CLIENT): $(OBJS) rm -f $@ |