aboutsummaryrefslogtreecommitdiffstats
path: root/common/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2015-10-30 11:33:40 +0000
committerWerner Koch <[email protected]>2015-10-30 11:33:40 +0000
commit5aadb4b62d26e1bfb40a1ce444a81c2a5a56159c (patch)
tree11604b1324ed67938f33b51275905e50500bfb59 /common/Makefile.am
parentUse of some C99 features is now permitted. (diff)
downloadgnupg-5aadb4b62d26e1bfb40a1ce444a81c2a5a56159c.tar.gz
gnupg-5aadb4b62d26e1bfb40a1ce444a81c2a5a56159c.zip
common: Add separate header for zb32.c.
* common/util.h (zb32_encode): Move prototype to ... * common/zb32.h: new. Include this for all callers of zb32_encode. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'common/Makefile.am')
-rw-r--r--common/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index 6cbde0bc0..fd3a04f4f 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -64,7 +64,7 @@ common_sources = \
homedir.c \
gettime.c gettime.h \
yesno.c \
- b64enc.c b64dec.c zb32.c \
+ b64enc.c b64dec.c zb32.c zb32.h \
convert.c \
percent.c \
mbox-util.c mbox-util.h \