diff options
author | Werner Koch <[email protected]> | 2004-12-28 11:36:59 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-12-28 11:36:59 +0000 |
commit | e6596da6218b342a4f11cc21cbfaded58e81c808 (patch) | |
tree | 7348bf8d50f2a59459d3116f65149f042e427034 /Makefile.am | |
parent | * configure.ac: Require automake 1.9.3 and autoconf 2.59. (diff) | |
download | gpgme-1-0-2.tar.gz gpgme-1-0-2.zip |
* Makefile.am (AUTOMAKE_OPTIONS): Build bzip 2 versiongpgme-1-0-2
(ACLOCAL_AMFLAGS): Add -I m4
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 69c1bbd7..be58c345 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,6 +20,9 @@ ## Process this file with automake to produce Makefile.in +ACLOCAL_AMFLAGS = -I m4 +AUTOMAKE_OPTIONS = dist-bzip2 + EXTRA_DIST = gpgme.spec.in if BUILD_ASSUAN |