diff options
author | Werner Koch <wk@gnupg.org> | 1998-02-12 15:39:08 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-02-12 15:39:08 +0100 |
commit | fec94908c399bdcc68b61e9142a2e4602312936f (patch) | |
tree | 761673f7e6f57d2543143eda432781459b94cefa /Makefile.am | |
parent | bug fixes (diff) | |
download | gnupg2-fec94908c399bdcc68b61e9142a2e4602312936f.tar.xz gnupg2-fec94908c399bdcc68b61e9142a2e4602312936f.zip |
added zlib and reorgnaized some stuff
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index dbc888c70..c138df3c9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = intl po util mpi cipher tools g10 +SUBDIRS = intl po util mpi cipher @ZLIB_SUBDIR@ tools g10 EXTRA_DIST = VERSION |