summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2004-12-02 22:17:04 +0000
committerMark Spruiell <mes@zeroc.com>2004-12-02 22:17:04 +0000
commitdc8b9744c5428c5786319a9c4aaaad3cc554deb1 (patch)
tree6b76c885074bcca095852fb43b473f948b278473 /cpp
parentadding bzip2 support (diff)
downloadice-dc8b9744c5428c5786319a9c4aaaad3cc554deb1.tar.bz2
ice-dc8b9744c5428c5786319a9c4aaaad3cc554deb1.tar.xz
ice-dc8b9744c5428c5786319a9c4aaaad3cc554deb1.zip
bzip2 fix
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/IcePatch2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch2/Makefile b/cpp/src/IcePatch2/Makefile
index 9851d12b79a..72729a193cc 100644
--- a/cpp/src/IcePatch2/Makefile
+++ b/cpp/src/IcePatch2/Makefile
@@ -45,7 +45,7 @@ SDIR = $(slicedir)/IcePatch2
include $(top_srcdir)/config/Make.rules
-CPPFLAGS := -I.. $(CPPFLAGS) -DICE_PATCH2_API_EXPORTS $(OPENSSL_FLAGS)
+CPPFLAGS := -I.. $(CPPFLAGS) -DICE_PATCH2_API_EXPORTS $(OPENSSL_FLAGS) $(BZIP2_FLAGS)
SLICE2CPPFLAGS := --ice --include-dir IcePatch2 --dll-export ICE_PATCH2_API $(SLICE2CPPFLAGS)
LINKWITH := -lIce -lIceUtil