summaryrefslogtreecommitdiffstats
path: root/common/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2016-08-03 15:27:03 +0200
committerWerner Koch <wk@gnupg.org>2016-08-03 15:27:13 +0200
commit3a2421c94015432caa49e166bc5bf5c4f80ab7c7 (patch)
tree7de4d18960ac6b4f91429bfa8608b49783c42895 /common/Makefile.am
parentgpgsm: Fix machine-readable key listing. (diff)
downloadgnupg2-3a2421c94015432caa49e166bc5bf5c4f80ab7c7.tar.xz
gnupg2-3a2421c94015432caa49e166bc5bf5c4f80ab7c7.zip
common: New file utilproto.c
* common/util.h: Factor prototypes from signal.c out to ... * common/utilproto.h: new. * common/Makefile.am (common_sources): Add new file. Signed-off-by: Werner Koch <wk@gnupg.org>
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 759800bab..2a24c57cc 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -42,7 +42,7 @@ include $(top_srcdir)/am/cmacros.am
common_sources = \
common-defs.h \
- util.h fwddecl.h i18n.c i18n.h \
+ util.h utilproto.h fwddecl.h i18n.c i18n.h \
types.h host2net.h dynload.h w32help.h \
mapstrings.c stringhelp.c stringhelp.h \
strlist.c strlist.h \