diff options
author | Werner Koch <wk@gnupg.org> | 2009-12-08 17:30:33 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2009-12-08 17:30:33 +0100 |
commit | 9a96043be4bed4e18320918e042b1601c9d93e95 (patch) | |
tree | 0066f7268d25aa95d59cf5fbb7570e487b809c52 /common/Makefile.am | |
parent | Support CERT records via ADNS (diff) | |
download | gnupg2-9a96043be4bed4e18320918e042b1601c9d93e95.tar.xz gnupg2-9a96043be4bed4e18320918e042b1601c9d93e95.zip |
Unification of the search descriptor usage.
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 29312c9dc..d5446ddd2 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -70,6 +70,7 @@ common_sources = \ http.c http.h \ localename.c \ session-env.c session-env.h \ + userids.c userids.h \ helpfile.c # Sources only useful without PTH. |