mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2024-11-22 06:27:08 +00:00
added gnupg_keylistiterator
This commit is contained in:
parent
af81003551
commit
d8d905f6e7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue