diff options
author | Benoit Foucher <benoit@zeroc.com> | 2014-10-24 12:05:32 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2014-10-24 12:05:32 +0200 |
commit | a136922ba0ce76cd3ac3e72ffa1f4bb105de1825 (patch) | |
tree | 001f9c1be1e13d9490a0ab4578391a386485bc9f /php/test | |
parent | Fixed Python ami test failure (diff) | |
download | ice-a136922ba0ce76cd3ac3e72ffa1f4bb105de1825.tar.bz2 ice-a136922ba0ce76cd3ac3e72ffa1f4bb105de1825.tar.xz ice-a136922ba0ce76cd3ac3e72ffa1f4bb105de1825.zip |
Fixed php slicing/objects build issue
Diffstat (limited to 'php/test')
-rw-r--r-- | php/test/Ice/slicing/objects/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/php/test/Ice/slicing/objects/Makefile b/php/test/Ice/slicing/objects/Makefile index 259a0793291..2cd30f475ec 100644 --- a/php/test/Ice/slicing/objects/Makefile +++ b/php/test/Ice/slicing/objects/Makefile @@ -9,6 +9,8 @@ top_srcdir = ../../../.. -SLICE_SRCS = Test.ice +SLICE_SRCS = ClientPrivate.ice Forward.ice Test.ice + +SLICE2PHPFLAGS = -I. include $(top_srcdir)/config/Make.rules.php |