aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2005-01-12 10:28:42 +0000
committerMarcus Brinkmann <[email protected]>2005-01-12 10:28:42 +0000
commit2fe3ceba81deda356562fe9d98fbcf9e5f7838fd (patch)
tree9d7457a16045d5c9c50b19bd274cd58b52cdcf72 /Makefile.am
parent2004-12-28 Werner Koch <[email protected]> (diff)
downloadgpgme-2fe3ceba81deda356562fe9d98fbcf9e5f7838fd.tar.gz
gpgme-2fe3ceba81deda356562fe9d98fbcf9e5f7838fd.zip
2004-12-28 Werner Koch <[email protected]>
Released 1.0.2. * Makefile.am (AUTOMAKE_OPTIONS): Build bzip 2 version. (ACLOCAL_AMFLAGS): Add -I m4. * configure.ac: Require automake 1.9.3 and autoconf 2.59. * acinclude.m4: Changed quoting for automake 1.9. * README: Use SHA1 instead of MD5.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 69c1bbd7..2a5ed5e5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
# Makefile.am - Top level Makefile for GPGME.
# Copyright (C) 2000 Werner Koch (dd9jn)
-# Copyright (C) 2001, 2002, 2004 g10 Code GmbH
+# Copyright (C) 2001, 2002, 2004, 2005 g10 Code GmbH
#
# This file is part of GPGME.
#
@@ -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