From 0090e833abe205284f33ae174e70de5f9b034496 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 4 May 2014 17:20:35 +0000 Subject: [PATCH] fix header installation dir git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@333472 c90b9560-bf6c-de11-be94-00142212c4b1 --- config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.m4 b/config.m4 index 392c7bd..b9bb6c7 100644 --- a/config.m4 +++ b/config.m4 @@ -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