diff --git a/config.m4 b/config.m4 index 1f795fb..6c1580d 100644 --- a/config.m4 +++ b/config.m4 @@ -58,5 +58,5 @@ if test "$PHP_GNUPG" != "no"; then ]) PHP_SUBST(GNUPG_SHARED_LIBADD) - PHP_NEW_EXTENSION(gnupg, gnupg.c, $ext_shared) + PHP_NEW_EXTENSION(gnupg, [gnupg.c gnupg_keylistiterator.c], $ext_shared) fi