diff options
author | Moritz Schulte <[email protected]> | 2009-04-19 18:03:49 +0000 |
---|---|---|
committer | Moritz Schulte <[email protected]> | 2009-04-19 18:03:49 +0000 |
commit | edf19bbf8f644f8a0553bde0cc4e8ad3855d1a0e (patch) | |
tree | d14272d6650244bafa9b798e67e2d6bdcbce07df /Makefile.am | |
parent | 2009-04-15 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-edf19bbf8f644f8a0553bde0cc4e8ad3855d1a0e.tar.gz gpgme-edf19bbf8f644f8a0553bde0cc4e8ad3855d1a0e.zip |
* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Specify --with-gpg.
* gpg/Makefile.am (EXTRA_DIST): Replaced mkdemodirs with mkdemodirs.in.
(mkdemodirs): New target.
(clean-local): Added command for removing mkdemodirs script.
(./Alpha/Secret.gpg): Added dependency on mkdemodirs.
* gpg/mkdemodirs: Renamed to ...
* gpg/mkdemodirs.in: ... here.
* gpg/mkdemodirs.in (GPG): Derive value from @GPG@ instead of hard-coding "gpg".
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d22ceaec..3201aeca 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, 2005, 2008 g10 Code GmbH +# Copyright (C) 2001, 2002, 2004, 2005, 2008, 2009 g10 Code GmbH # # This file is part of GPGME. # @@ -22,6 +22,8 @@ ACLOCAL_AMFLAGS = -I m4 AUTOMAKE_OPTIONS = dist-bzip2 +DISTCHECK_CONFIGURE_FLAGS = --with-gpg="@GPG@" + EXTRA_DIST = gpgme.spec.in autogen.sh if BUILD_ASSUAN |