summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-02-09 16:00:00 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-02-09 16:00:00 +0900
commitc5c8ec85b31247fb7a5c86ace4af5b4136cdd86b (patch)
tree7aa899a76411573bccb67bb18f0ffc85397758e6 /Makefile.am
parentac9c4f87d9e015cdbaa757ba267c36d79d23db58 (diff)
downloadgpg2-c5c8ec85b31247fb7a5c86ace4af5b4136cdd86b.tar.gz
gpg2-c5c8ec85b31247fb7a5c86ace4af5b4136cdd86b.tar.bz2
gpg2-c5c8ec85b31247fb7a5c86ace4af5b4136cdd86b.zip
Imported Upstream version 2.1.5upstream/2.1.5
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 1 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am
index 57529b6..0613545 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -47,13 +47,6 @@ EXTRA_DIST = build-aux/config.rpath build-aux/potomo autogen.sh autogen.rc \
DISTCLEANFILES = g10defs.h
-if BUILD_GPGSM
-kbx = kbx
-else
-kbx =
-endif
-
-
if BUILD_GPG
gpg = g10
else
@@ -101,7 +94,7 @@ else
tests =
endif
-SUBDIRS = m4 common ${kbx} \
+SUBDIRS = m4 common kbx \
${gpg} ${sm} ${agent} ${scd} ${g13} ${dirmngr} \
${tools} po ${doc} ${tests}