blob: 114f7fa2b9920fde7bd99c68df52c44555c710e1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# Copyright (c) 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)
|