blob: 62d5a9b77465b7b52b5708310f44623f2026654e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# **********************************************************************
#
# Copyright (c) 2003-present 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)
|