Author: jsdelfino
Date: Wed Sep 13 09:25:02 2006
New Revision: 443015
URL: http://svn.apache.org/viewvc?view=rev&rev=443015
Log:
Added include directive to resolve php_embed.h
Modified:
incubator/tuscany/cpp/sca/runtime/extensions/php/src/Makefile.am
Modified: incubator/tuscany/cpp/sca/runtime/extensions/php/src/Makefile.am
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/extensions/php/src/Makefile.am?view=diff&rev=443015&r1=443014&r2=443015
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/extensions/php/src/Makefile.am (original)
+++ incubator/tuscany/cpp/sca/runtime/extensions/php/src/Makefile.am Wed Sep 13
09:25:02 2006
@@ -21,7 +21,8 @@
-I${PHP_INCLUDE} \
-I${PHP_INCLUDE}/main \
-I${PHP_INCLUDE}/Zend \
- -I${PHP_INCLUDE}/TSRM
+ -I${PHP_INCLUDE}/TSRM \
+ -I${PHP_INCLUDE}/sapi/embed
AM_CPPFLAGS = $(CPPFLAGS) -D_DEBUG
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]