You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2006/09/13 18:25:02 UTC

svn commit: r443015 - /incubator/tuscany/cpp/sca/runtime/extensions/php/src/Makefile.am

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: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org