]> granicus.if.org Git - php/commitdiff
install mysqlnd headers to allow shared build of extensions
authorJohannes Schlüter <johannes@php.net>
Tue, 22 Dec 2009 19:30:09 +0000 (19:30 +0000)
committerJohannes Schlüter <johannes@php.net>
Tue, 22 Dec 2009 19:30:09 +0000 (19:30 +0000)
ext/mysqlnd/config9.m4

index caea37d28694b5ec4b3698fd358e6ad133e1b3d3..72e27961952182fe8a8b41aaeddd91b61d5905f5 100644 (file)
@@ -22,6 +22,7 @@ if test "$PHP_MYSQLND_ENABLED" = "yes"; then
 
   PHP_NEW_EXTENSION(mysqlnd, $mysqlnd_sources, no)
   PHP_ADD_BUILD_DIR([ext/mysqlnd], 1)
+  PHP_INSTALL_HEADERS([ext/mysqlnd/])
 
   dnl Windows uses config.w32 thus this code is safe for now