diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9c07b7656..dd2a3565a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = intl po zlib util mpi cipher tools g10 +SUBDIRS = intl po zlib util mpi cipher tools g10 checks EXTRA_DIST = VERSION @@ -18,3 +18,4 @@ dist-hook: done ; \ done + |