diff options
author | Werner Koch <[email protected]> | 2007-07-05 18:32:34 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-07-05 18:32:34 +0000 |
commit | 49a4ba3ce049f29fc5021605b7bdec71040a8fa2 (patch) | |
tree | c5928dc324cc90a6554e2f807bbd5271b1a06808 /Makefile.am | |
parent | 2007-07-04 Marcus Brinkmann <[email protected]> (diff) | |
download | libassuan-1.0.2.tar.gz libassuan-1.0.2.zip |
Switched to LGPLv3.libassuan-1.0.2
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 6ee4d7d..d449f54 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,8 @@ ACLOCAL_AMFLAGS = -I m4 -AUTOMAKE_OPTIONS = dist-bzip2 +AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip -EXTRA_DIST = config.rpath config.rpath autogen.sh README.SVN +EXTRA_DIST = config.rpath autogen.sh README.SVN SUBDIRS = m4 src doc tests |