From 7ae0688cb36a6f29dc0ab79b6f239de80f4fda68 Mon Sep 17 00:00:00 2001 From: "Meredith L. Patterson" <mlp@thesmartpolitenerd.com> Date: Sat, 16 Nov 2013 03:54:00 +0100 Subject: [PATCH] ./configure succeeds, but make fails; I think CodeGen_PECL is too old or something --- src/bindings/php/hammer.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bindings/php/hammer.xml b/src/bindings/php/hammer.xml index 9f72737e..484fcbd7 100644 --- a/src/bindings/php/hammer.xml +++ b/src/bindings/php/hammer.xml @@ -24,9 +24,9 @@ <deps language="c" platform="unix"> <with testfile="include/hammer/hammer.h">Hammer C library</with> - <header name="allocator.h"/> - <header name="glue.h"/> - <header name="hammer.h"/> + <header name="allocator.h" path="include/hammer"/> + <header name="glue.h" path="include/hammer"/> + <header name="hammer.h" path="include/hammer"/> <lib name="hammer" platform="unix"/> </deps> -- GitLab