diff options
author | Werner Koch <[email protected]> | 1998-02-13 20:58:50 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-02-13 20:58:50 +0000 |
commit | f477447d9af4097e8c5d4c15a3dd381237e93ee2 (patch) | |
tree | a655392c92fed02f06ebf503bf10b835b56e54e0 /Makefile.am | |
parent | added assembler stuff for hppa (diff) | |
download | gnupg-0-2-6.tar.gz gnupg-0-2-6.zip |
added option exportV0-2-6
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index c138df3c9..9c07b7656 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,9 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = intl po util mpi cipher @ZLIB_SUBDIR@ tools g10 +SUBDIRS = intl po zlib util mpi cipher tools g10 EXTRA_DIST = VERSION - tar: clean cd ..; tar czvf ~/bkup/g10-`date +%d%m`.tar.gz src |