diff options
Diffstat (limited to 'trunk/Makefile.am')
-rw-r--r-- | trunk/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/trunk/Makefile.am b/trunk/Makefile.am index 69c1bbd7..2a5ed5e5 100644 --- a/trunk/Makefile.am +++ b/trunk/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 |