summaryrefslogtreecommitdiffstats
path: root/g10/Makefile.am
diff options
context:
space:
mode:
authorJustus Winter <justus@g10code.com>2017-06-13 15:27:43 +0200
committerJustus Winter <justus@g10code.com>2017-06-13 15:36:47 +0200
commit8095d16b3ef6b5f01ec351824855708149f1c1c3 (patch)
tree09d7c9a240120dea88d366cc8d9acbf26b616fe8 /g10/Makefile.am
parentdirmngr: Implement querying nameservers over IPv6. (diff)
downloadgnupg2-8095d16b3ef6b5f01ec351824855708149f1c1c3.tar.xz
gnupg2-8095d16b3ef6b5f01ec351824855708149f1c1c3.zip
gpg: Refactor keyedit module.
* g10/Makefile.am (gpg_SOURCES): Add new file. * g10/keyedit.c (NODFLG_*): Move flags to the new header file. (print_one_sig): Export symbol and rename accordingly. (print_and_check_one_sig): Adapt accordingly. (check_all_keysigs): Likewise. * g10/keyedit.h: New file. * g10/main.h: Drop declarations, include new header. GnuPG-bug-id: 2236 Signed-off-by: Justus Winter <justus@g10code.com>
Diffstat (limited to 'g10/Makefile.am')
-rw-r--r--g10/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am
index 330d6c51e..9994ea191 100644
--- a/g10/Makefile.am
+++ b/g10/Makefile.am
@@ -153,7 +153,7 @@ gpg_sources = server.c \
exec.c exec.h
gpg_SOURCES = gpg.c \
- keyedit.c \
+ keyedit.c keyedit.h \
$(gpg_sources)
gpgcompose_SOURCES = gpgcompose.c $(gpg_sources)