summaryrefslogtreecommitdiffstats
path: root/g10/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'g10/Makefile.am')
-rw-r--r--g10/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am
index 9018c1450..55d0ed222 100644
--- a/g10/Makefile.am
+++ b/g10/Makefile.am
@@ -9,7 +9,7 @@ LDFLAGS = -static @LDFLAGS@ @DYNLINK_LDFLAGS@
needed_libs = ../util/libutil.la ../gcrypt/libgcrypt.la ../jnlib/libjnlib.la ../util/libutil.la
#noinst_PROGRAMS = gpgd
-bin_PROGRAMS = gpg
+bin_PROGRAMS = gpg kbxutil
common_source = \
build-packet.c \
@@ -26,6 +26,7 @@ common_source = \
kbnode.c \
kbx.h \
kbxblob.c \
+ kbxio.c \
kbxfile.c \
main.h \
mainproc.c \
@@ -73,6 +74,11 @@ gpg_SOURCES = gpg.c \
dearmor.c \
keygen.c
+# fixme: remove unused sources from kbxutil
+kbxutil_SOURCES = kbxutil.c \
+ $(common_source)
+
+
#gpgd_SOURCES = gpgd.c \
# ks-proto.h \
# ks-proto.c \