fix header installation dir

git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@333472 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Remi Collet 2014-05-04 17:20:35 +00:00
commit 0090e833ab

View file

@ -33,7 +33,7 @@ if test "$PHP_PCSC" != "no"; then
dnl Finally, tell the build system about the extension and what files are needed dnl Finally, tell the build system about the extension and what files are needed
PHP_NEW_EXTENSION(pcsc, pcsc.c, $ext_shared) PHP_NEW_EXTENSION(pcsc, pcsc.c, $ext_shared)
PHP_INSTALL_HEADERS([php_pcsc.h]) PHP_INSTALL_HEADERS([ext/pcsc], [php_pcsc.h])
PHP_SUBST(PCSC_SHARED_LIBADD) PHP_SUBST(PCSC_SHARED_LIBADD)
fi fi