diff options
author | Jose <jose@zeroc.com> | 2013-05-15 17:38:08 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2013-05-15 17:38:08 +0200 |
commit | bf37feb288b21a3330a5abe04b2e2c57a304fc06 (patch) | |
tree | 7248645e6ec7e4fb984fde2cefa1e3ff9c589a5f /php/lib | |
parent | Improved build system to allow building tests as shared libraries instead of ... (diff) | |
download | ice-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/Makefile | 1 | ||||
-rw-r--r-- | php/lib/Makefile.mak | 1 |
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 \ |