summaryrefslogtreecommitdiff
path: root/cpp/test/Glacier2/router/Makefile.mk
blob: 75d21ccdaaf26c2ed36546645c7c4e8f7e90a84d (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 CallbackI.cpp Callback.ice
$(test)_client_dependencies = Glacier2

$(test)_server_sources = Server.cpp CallbackI.cpp Callback.ice

tests += $(test)