diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-04-24 18:43:50 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-04-24 18:43:50 +0000 |
commit | 9d25bb66f7bd388581e646d63ad2396c9894ff51 (patch) | |
tree | 3ef1106046e91036704e631c16aede521bd1a827 /cpp/src | |
parent | Fix bug 909 - NullPointerException (diff) | |
download | ice-9d25bb66f7bd388581e646d63ad2396c9894ff51.tar.bz2 ice-9d25bb66f7bd388581e646d63ad2396c9894ff51.tar.xz ice-9d25bb66f7bd388581e646d63ad2396c9894ff51.zip |
Remove link with IceStorm
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceBox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceBox/Makefile b/cpp/src/IceBox/Makefile index be838688b9f..3d616795891 100644 --- a/cpp/src/IceBox/Makefile +++ b/cpp/src/IceBox/Makefile @@ -57,7 +57,7 @@ $(libdir)/$(LIBNAME): $(libdir)/$(SONAME) $(SERVER): $(SOBJS) $(LIBTARGETS) rm -f $@ - $(CXX) $(LDFLAGS) -o $@ $(SOBJS) -lIceStorm -lIceBox $(LIBS) + $(CXX) $(LDFLAGS) -o $@ $(SOBJS) -lIceBox $(LIBS) $(ADMIN): $(AOBJS) $(LIBTARGETS) rm -f $@ |