summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/demo/IcePack/simple/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/demo/IcePack/simple/Makefile b/cpp/demo/IcePack/simple/Makefile
index de61fe3c70a..4b979b68c93 100644
--- a/cpp/demo/IcePack/simple/Makefile
+++ b/cpp/demo/IcePack/simple/Makefile
@@ -42,6 +42,7 @@ SLICE_SRCS = Hello.ice
include $(top_srcdir)/config/Make.rules
CPPFLAGS := -I. $(CPPFLAGS)
+LINKWITH := -lIcePack -lIceBox -lIce -lIceUtil
$(CLIENT): $(OBJS) $(COBJS)
rm -f $@