mirror of
https://github.com/pcsc-for-php/pcsc.git
synced 2026-08-08 21:09:26 +02:00
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:
parent
ec0364f409
commit
0090e833ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue