diff options
Diffstat (limited to 'cpp/test/Glacier2/sessionHelper/Makefile.mk')
-rw-r--r-- | cpp/test/Glacier2/sessionHelper/Makefile.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/cpp/test/Glacier2/sessionHelper/Makefile.mk b/cpp/test/Glacier2/sessionHelper/Makefile.mk new file mode 100644 index 00000000000..ba1f9f16732 --- /dev/null +++ b/cpp/test/Glacier2/sessionHelper/Makefile.mk @@ -0,0 +1,15 @@ +# ********************************************************************** +# +# Copyright (c) 2003-2015 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. +# +# ********************************************************************** + +$(test)_client_sources = Client.cpp Callback.ice +$(test)_client_dependencies = Glacier2 + +$(test)_server_sources = Server.cpp Callback.ice + +tests += $(test) |