add makefile fragment manually

This commit is contained in:
Sascha Schumann 2002-03-12 16:44:01 +00:00
parent 5cba3a99c2
commit 120a6ede44

View 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