diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/test/Ice/Makefile.mak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/Makefile.mak b/cpp/test/Ice/Makefile.mak index 0fd831d6735..1e8b353a9e8 100644 --- a/cpp/test/Ice/Makefile.mak +++ b/cpp/test/Ice/Makefile.mak @@ -14,7 +14,6 @@ top_srcdir = ..\.. SUBDIRS = proxy \
operations \
exceptions \
- ami \
info \
inheritance \
facets \
@@ -27,7 +26,6 @@ SUBDIRS = proxy \ checksum \
dispatcher \
hold \
- custom \
binding \
retry \
timeout \
@@ -41,6 +39,8 @@ SUBDIRS = proxy \ !if "$(CPP_COMPILER)" != "VC60"
SUBDIRS = $(SUBDIRS) \
+ ami \
+ custom \
stream \
invoke
!endif
|