summaryrefslogtreecommitdiff
path: root/php/test
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2014-07-21 17:14:45 -0700
committerMark Spruiell <mes@zeroc.com>2014-07-21 17:14:45 -0700
commitf6871bc421840e0cabff34f2f477a9e53d14f812 (patch)
treec53a747b0c2a330802ceca7d80da7f5af3b05d4a /php/test
parentFixed windows compiler error (diff)
downloadice-f6871bc421840e0cabff34f2f477a9e53d14f812.tar.bz2
ice-f6871bc421840e0cabff34f2f477a9e53d14f812.tar.xz
ice-f6871bc421840e0cabff34f2f477a9e53d14f812.zip
ICE-5580 - port connection ACM functionality to scripting languages
Diffstat (limited to 'php/test')
-rw-r--r--php/test/Ice/Makefile2
-rw-r--r--php/test/Ice/Makefile.mak2
2 files changed, 2 insertions, 2 deletions
diff --git a/php/test/Ice/Makefile b/php/test/Ice/Makefile
index 0bb52fa6bd6..20b0a164930 100644
--- a/php/test/Ice/Makefile
+++ b/php/test/Ice/Makefile
@@ -12,7 +12,7 @@ top_srcdir = ../..
include $(top_srcdir)/config/Make.rules.php
SUBDIRS = binding checksum exceptions facets info inheritance objects operations proxy slicing defaultValue \
- optional enums
+ optional enums acm
$(EVERYTHING)::
@for subdir in $(SUBDIRS); \
diff --git a/php/test/Ice/Makefile.mak b/php/test/Ice/Makefile.mak
index 79d129811ea..20a2653586c 100644
--- a/php/test/Ice/Makefile.mak
+++ b/php/test/Ice/Makefile.mak
@@ -12,7 +12,7 @@ top_srcdir = ..\..
!include $(top_srcdir)\config\Make.rules.mak.php
SUBDIRS = binding checksum exceptions facets info inheritance objects operations proxy slicing defaultValue \
- optional enums
+ optional enums acm
$(EVERYTHING)::
@for %i in ( $(SUBDIRS) ) do \