diff options
author | Mark Spruiell <mes@zeroc.com> | 2003-02-20 17:17:56 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2003-02-20 17:17:56 +0000 |
commit | 12633c1b712a0ec4355c2c69ee2db5a93ee31634 (patch) | |
tree | 076de6cb3a5fb127b56fb14a23f1b088f9ba5a0d /cpp/src | |
parent | disable OPTIMIZE (diff) | |
download | ice-12633c1b712a0ec4355c2c69ee2db5a93ee31634.tar.bz2 ice-12633c1b712a0ec4355c2c69ee2db5a93ee31634.tar.xz ice-12633c1b712a0ec4355c2c69ee2db5a93ee31634.zip |
curses -> ncurses
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IcePack/Makefile | 2 | ||||
-rw-r--r-- | cpp/src/IceStorm/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IcePack/Makefile b/cpp/src/IcePack/Makefile index f8b68a1898f..5cf9d6df36a 100644 --- a/cpp/src/IcePack/Makefile +++ b/cpp/src/IcePack/Makefile @@ -106,7 +106,7 @@ $(VERSIONED_NAME): $(LIB_OBJS) $(ADMIN): $(ADMIN_OBJS) $(NAME) rm -f $@ - $(CXX) $(LDFLAGS) -o $@ $(ADMIN_OBJS) -lIcePack -lIceBox $(LIBS) -lreadline -lcurses + $(CXX) $(LDFLAGS) -o $@ $(ADMIN_OBJS) -lIcePack -lIceBox $(LIBS) -lreadline -lncurses $(REGISTRY_SERVER): $(REGISTRY_SVR_OBJS) $(NAME) rm -f $@ diff --git a/cpp/src/IceStorm/Makefile b/cpp/src/IceStorm/Makefile index 52926f27833..8213ba00445 100644 --- a/cpp/src/IceStorm/Makefile +++ b/cpp/src/IceStorm/Makefile @@ -78,7 +78,7 @@ $(VERSIONED_SNAME): $(SERVICE_OBJS) $(ADMIN): $(AOBJS) $(NAME) rm -f $@ - $(CXX) $(LDFLAGS) -o $@ $(AOBJS) -lIceStorm $(LIBS) $(XERCESC_LIBS) -lreadline -lcurses + $(CXX) $(LDFLAGS) -o $@ $(AOBJS) -lIceStorm $(LIBS) $(XERCESC_LIBS) -lreadline -lncurses StringBoolDict.h StringBoolDict.cpp: $(SLICE2FREEZE) rm -f StringBoolDict.h StringBoolDict.cpp |