summaryrefslogtreecommitdiff
path: root/php/lib
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2013-05-15 17:38:08 +0200
committerJose <jose@zeroc.com>2013-05-15 17:38:08 +0200
commitbf37feb288b21a3330a5abe04b2e2c57a304fc06 (patch)
tree7248645e6ec7e4fb984fde2cefa1e3ff9c589a5f /php/lib
parentImproved build system to allow building tests as shared libraries instead of ... (diff)
downloadice-bf37feb288b21a3330a5abe04b2e2c57a304fc06.tar.bz2
ice-bf37feb288b21a3330a5abe04b2e2c57a304fc06.tar.xz
ice-bf37feb288b21a3330a5abe04b2e2c57a304fc06.zip
move PropertiesAdmin definition to PropertiesAdmin.ice
Diffstat (limited to 'php/lib')
-rw-r--r--php/lib/Makefile1
-rw-r--r--php/lib/Makefile.mak1
2 files changed, 2 insertions, 0 deletions
diff --git a/php/lib/Makefile b/php/lib/Makefile
index 193cc20735c..720044b42ed 100644
--- a/php/lib/Makefile
+++ b/php/lib/Makefile
@@ -21,6 +21,7 @@ ICE_SRCS = Ice/LocalException.php \
Ice/LoggerF.php \
Ice/BuiltinSequences.php \
Ice/ObjectAdapterF.php \
+ Ice/PropertiesAdmin.php \
Ice/Properties.php \
Ice/PropertiesF.php \
Ice/ObjectFactory.php \
diff --git a/php/lib/Makefile.mak b/php/lib/Makefile.mak
index 2c62a49bbbd..0e22662c008 100644
--- a/php/lib/Makefile.mak
+++ b/php/lib/Makefile.mak
@@ -21,6 +21,7 @@ ICE_SRCS = Ice\LocalException.php \
Ice\LoggerF.php \
Ice\BuiltinSequences.php \
Ice\ObjectAdapterF.php \
+ Ice\PropertiesAdmin.php \
Ice\Properties.php \
Ice\PropertiesF.php \
Ice\ObjectFactory.php \