added gnupg_keylistiterator

This commit is contained in:
Thilo Raufeisen 2005-10-10 17:47:21 +00:00
parent af81003551
commit d8d905f6e7

View file

@ -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