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