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