blob: 70c2c54f5a3b5837036e23d9aa4231f115a08f6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# **********************************************************************
#
# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
#
# **********************************************************************
$(test)_client_sources = Client.cpp BackendI.cpp Backend.ice
$(test)_client_dependencies = Glacier2
$(test)_server_sources = Server.cpp BackendI.cpp Backend.ice
tests += $(test)
|