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