aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2016-08-23 04:48:50 +0000
committerWerner Koch <[email protected]>2016-08-23 04:48:50 +0000
commit3955dce06e9d056599e5ec7d40301e66b9305195 (patch)
tree1336879434595922fb272d220a9584bd27828fe1 /src/Makefile.am
parentcore: New code for parsing mail addresses. (diff)
downloadgpgme-3955dce06e9d056599e5ec7d40301e66b9305195.tar.gz
gpgme-3955dce06e9d056599e5ec7d40301e66b9305195.zip
core: Extend gpgme_user_id_t with 'address'.
* src/mbox-util.c, src/mbox-util.h: Adjust for use in gpgme. * src/Makefile.am (main_sources): Add mbox-util. * src/key.c (_gpgme_key_append_name): Set 'address' field of uid. (gpgme_key_unref): Free it. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 6691540b..d541f87c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -76,6 +76,7 @@ endif
main_sources = \
util.h conversion.c b64dec.c get-env.c context.h ops.h \
parsetlv.c parsetlv.h \
+ mbox-util.c mbox-util.h \
data.h data.c data-fd.c data-stream.c data-mem.c data-user.c \
data-compat.c data-identify.c \
signers.c sig-notation.c \