diff options
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 $@ |