blob: 966beb1a7939ea4dc4a32690727260d09f3e1088 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# **********************************************************************
#
# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
#
# **********************************************************************
$(test)_sliceflags := -I$(test)
$(test)_client_sources = $(test-client-sources) ClientPrivate.ice
$(test)_server_sources = $(test-server-sources) ServerPrivate.ice
$(test)_serveramd_sources = $(test-serveramd-sources) ServerPrivateAMD.ice
tests += $(test)
|