diff options
author | Matthew Newhook <matthew@zeroc.com> | 2002-07-24 16:24:56 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2002-07-24 16:24:56 +0000 |
commit | 26de833ec18ccd625a17d0eb6b777e8f5a356df2 (patch) | |
tree | d6e93e0227e05b89bbd9bae45a698c437927d40a /cpp/src | |
parent | bug fix in getAbsolute for scope removal - only remove scope if result is (diff) | |
download | ice-26de833ec18ccd625a17d0eb6b777e8f5a356df2.tar.bz2 ice-26de833ec18ccd625a17d0eb6b777e8f5a356df2.tar.xz ice-26de833ec18ccd625a17d0eb6b777e8f5a356df2.zip |
Fix for Makefile.
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IcePack/Makefile | 1 |
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 $@ |