diff options
author | Sascha Schumann <sas@php.net> | 2002-03-12 16:44:01 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2002-03-12 16:44:01 +0000 |
commit | 120a6ede449ee8f4c9236e663f77ddefd29ce437 (patch) | |
tree | 475835163ee235f46d757c189c19e7c47aa8417a /ext/informix | |
parent | 5cba3a99c207c338b70e8bca7d434c975e5c5a4a (diff) | |
download | php-git-120a6ede449ee8f4c9236e663f77ddefd29ce437.tar.gz |
add makefile fragment manually
Diffstat (limited to 'ext/informix')
-rw-r--r-- | ext/informix/config.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/informix/config.m4 b/ext/informix/config.m4 index c00a9b29ce..07aac3a010 100644 --- a/ext/informix/config.m4 +++ b/ext/informix/config.m4 @@ -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 |