Skip to content

Commit

Permalink
fix header installation dir
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@333472 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
remicollet committed May 4, 2014
1 parent ec0364f commit 0090e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if test "$PHP_PCSC" != "no"; then

dnl Finally, tell the build system about the extension and what files are needed
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)
fi

0 comments on commit 0090e83

Please sign in to comment.