blob: 91997fe4e5ef5e3e7fe4c90cd01a9d49a0a7f28d (
plain)
1
2
3
4
5
6
7
8
9
|
# **********************************************************************
#
# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
#
# **********************************************************************
$(test)_server_sources = Server.cpp TestI.cpp Test.ice ServantLocatorI.cpp
tests += $(test)
|