blob: 7faa84cfac5f8d3f63277cbb5fa2ad0f99bb7673 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# **********************************************************************
#
# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
#
# **********************************************************************
$(test)_client_sources = $(test-client-sources) Dispatcher.cpp
$(test)_server_sources = $(test-server-sources) Dispatcher.cpp
tests += $(test)
|