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