summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2002-07-24 16:24:56 +0000
committerMatthew Newhook <matthew@zeroc.com>2002-07-24 16:24:56 +0000
commit26de833ec18ccd625a17d0eb6b777e8f5a356df2 (patch)
treed6e93e0227e05b89bbd9bae45a698c437927d40a /cpp/src
parentbug fix in getAbsolute for scope removal - only remove scope if result is (diff)
downloadice-26de833ec18ccd625a17d0eb6b777e8f5a356df2.tar.bz2
ice-26de833ec18ccd625a17d0eb6b777e8f5a356df2.tar.xz
ice-26de833ec18ccd625a17d0eb6b777e8f5a356df2.zip
Fix for Makefile.
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/IcePack/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IcePack/Makefile b/cpp/src/IcePack/Makefile
index 5131a69c78f..2c56ed01f09 100644
--- a/cpp/src/IcePack/Makefile
+++ b/cpp/src/IcePack/Makefile
@@ -54,6 +54,7 @@ SLICECMD = $(SLICE2CPP) --include-dir IcePack --dll-export ICE_PACK_API -I$(slic
include $(top_srcdir)/config/Make.rules
CPPFLAGS := -I.. $(CPPFLAGS) $(XERCESC_FLAGS)
+LDFLAGS := $(LDFLAGS) -L$(DB_HOME)/lib
$(VERSIONED_NAME): $(OBJS)
rm -f $@