diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am index b589e72e7..7950980c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -90,15 +90,9 @@ else doc = endif -if RUN_TESTS -tests = tests -else -tests = -endif - SUBDIRS = m4 common kbx \ ${gpg} ${sm} ${agent} ${scd} ${g13} ${dirmngr} \ - ${tools} po ${doc} ${tests} + ${tools} po ${doc} tests dist_doc_DATA = README |