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