diff options
Diffstat (limited to 'cpp/config/Make.rules')
-rw-r--r-- | cpp/config/Make.rules | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cpp/config/Make.rules b/cpp/config/Make.rules index db6eb9fb4cf..1bc2e49f0e8 100644 --- a/cpp/config/Make.rules +++ b/cpp/config/Make.rules @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. # # This copy of Ice is licensed to you under the terms described in the # ICE_LICENSE file included in this distribution. @@ -329,6 +329,10 @@ ifeq ($(ICESSL_LIBS),) ICESSL_LIBS = -lIceSSL $(LIBS) endif +ifeq ($(ICEWS_LIBS),) + ICEWS_LIBS = -lIceWS $(LIBS) +endif + EVERYTHING = all depend clean install EVERYTHING_EXCEPT_ALL = depend clean install |