diff options
author | Mark Spruiell <mes@zeroc.com> | 2014-07-21 17:14:45 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2014-07-21 17:14:45 -0700 |
commit | f6871bc421840e0cabff34f2f477a9e53d14f812 (patch) | |
tree | c53a747b0c2a330802ceca7d80da7f5af3b05d4a /php/test | |
parent | Fixed windows compiler error (diff) | |
download | ice-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/Makefile | 2 | ||||
-rw-r--r-- | php/test/Ice/Makefile.mak | 2 |
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 \ |