diff options
author | Werner Koch <[email protected]> | 1998-02-18 13:58:46 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-02-18 13:58:46 +0000 |
commit | b758180325b90184f7ac66267141cb5465c07a9f (patch) | |
tree | 69767c83c2ad2afd85db3cdbcb7489cc13c76123 /zlib | |
parent | import works (diff) | |
download | gnupg-b758180325b90184f7ac66267141cb5465c07a9f.tar.gz gnupg-b758180325b90184f7ac66267141cb5465c07a9f.zip |
added revcation stuff and fixed a couple of bugs
Diffstat (limited to 'zlib')
-rw-r--r-- | zlib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/Makefile.am b/zlib/Makefile.am index 2d2d749df..2f2f65a29 100644 --- a/zlib/Makefile.am +++ b/zlib/Makefile.am @@ -5,7 +5,7 @@ CFLAGS = -O -Wall -EXTRA_DIST = README algorithm.doc ChangeLog example.c +EXTRA_DIST = README algorithm.doc ChangeLog example.c # I found no other easy way to use this only if zlib is neede # doing this with SUBDIR = @xxx@ in the top Makefile.am does not |