]> granicus.if.org Git - php/commitdiff
add makefile fragment manually
authorSascha Schumann <sas@php.net>
Tue, 12 Mar 2002 16:44:01 +0000 (16:44 +0000)
committerSascha Schumann <sas@php.net>
Tue, 12 Mar 2002 16:44:01 +0000 (16:44 +0000)
ext/informix/config.m4

index c00a9b29ce3fc0b2b8e1a6b254c6ae3cce33c979..07aac3a010cfc4a745b1ff04034a9002fd4a5c02 100644 (file)
@@ -9,6 +9,7 @@ PHP_ARG_WITH(informix,for Informix support,
 if test "$PHP_INFORMIX" != "no"; then
 
   PHP_NEW_EXTENSION(informix, ifx.c, $ext_shared)
+  PHP_ADD_MAKEFILE_FRAGMENT
   PHP_SUBST(INFORMIX_SHARED_LIBADD)
 
   if test "$INFORMIXDIR" = ""; then