diff options
author | Jose <jose@zeroc.com> | 2016-09-12 09:10:05 -0700 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-09-12 09:10:05 -0700 |
commit | 01a6a0a46b689d9abf9fe17015b36517646054bf (patch) | |
tree | a54ee284cba178cc855f7c17ec99cae713d8000f /php/src/php5 | |
parent | Java build fixes (diff) | |
download | ice-01a6a0a46b689d9abf9fe17015b36517646054bf.tar.bz2 ice-01a6a0a46b689d9abf9fe17015b36517646054bf.tar.xz ice-01a6a0a46b689d9abf9fe17015b36517646054bf.zip |
PHP build fixes
Diffstat (limited to 'php/src/php5')
-rw-r--r-- | php/src/php5/Makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php/src/php5/Makefile.mk b/php/src/php5/Makefile.mk index 8a562f29d68..d188098a4f0 100644 --- a/php/src/php5/Makefile.mk +++ b/php/src/php5/Makefile.mk @@ -11,7 +11,7 @@ $(project)_libraries := IcePHP IcePHP_target := php-module IcePHP_targetname := IcePHP -IcePHP_targetdir := $(lang_srcdir)/lib +IcePHP_targetdir := lib IcePHP_installdir := $(install_phplibdir) IcePHP_cppflags := -I$(project) -I$(top_srcdir)/cpp/include -I$(top_srcdir)/cpp/include/generated \ -I$(top_srcdir)/cpp/src $(php_cppflags) |