diff options
author | Joe George <joe@zeroc.com> | 2017-05-03 15:20:31 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2017-05-03 15:21:01 -0400 |
commit | 24b977b2d97931e55629571cddc754b8efa7ef05 (patch) | |
tree | 82371f392e08cc0d5e0bea610bd70419ce0408ba /php/src/php5 | |
parent | Remove unnecessary tabs (diff) | |
download | ice-24b977b2d97931e55629571cddc754b8efa7ef05.tar.bz2 ice-24b977b2d97931e55629571cddc754b8efa7ef05.tar.xz ice-24b977b2d97931e55629571cddc754b8efa7ef05.zip |
Fix tabs and spaces in Makefiles
Diffstat (limited to 'php/src/php5')
-rw-r--r-- | php/src/php5/Makefile.mk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/php/src/php5/Makefile.mk b/php/src/php5/Makefile.mk index ae64affeb94..aa1ecea31ba 100644 --- a/php/src/php5/Makefile.mk +++ b/php/src/php5/Makefile.mk @@ -9,13 +9,13 @@ $(project)_libraries := IcePHP -IcePHP_target := php-module -IcePHP_targetname := IcePHP -IcePHP_targetdir := lib -IcePHP_installdir := $(install_phplibdir) -IcePHP_cppflags := -I$(project) -I$(top_srcdir)/cpp/src $(php_cpp_includes) $(php_cppflags) -IcePHP_ldflags := $(php_ldflags) -IcePHP_dependencies := IceDiscovery IceLocatorDiscovery IceSSL Ice +IcePHP_target := php-module +IcePHP_targetname := IcePHP +IcePHP_targetdir := lib +IcePHP_installdir := $(install_phplibdir) +IcePHP_cppflags := -I$(project) -I$(top_srcdir)/cpp/src $(php_cpp_includes) $(php_cppflags) +IcePHP_ldflags := $(php_ldflags) +IcePHP_dependencies := IceDiscovery IceLocatorDiscovery IceSSL Ice IcePHP_extra_sources := $(top_srcdir)/cpp/src/Slice/PHPUtil.cpp projects += $(project) |