diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index 71e691afd..7d023c1af 100644 --- a/Makefile.am +++ b/Makefile.am @@ -81,11 +81,6 @@ dirmngr = dirmngr else dirmngr = endif -if BUILD_TOOLS -tools = tools -else -tools = -endif if BUILD_DOC doc = doc else @@ -94,7 +89,7 @@ endif SUBDIRS = m4 common kbx \ ${gpg} ${sm} ${agent} ${scd} ${g13} ${dirmngr} \ - ${tools} po ${doc} tests + tools po ${doc} tests dist_doc_DATA = README |