1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-10 13:04:23 +01:00

* Makefile.am: Use a local copy of libexecdir so it can be easily

overridden at make time.
This commit is contained in:
David Shaw 2003-02-06 21:25:10 +00:00
parent e2963095c0
commit b39a328583
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-02-06 David Shaw <dshaw@jabberwocky.com>
* Makefile.am: Use a local copy of libexecdir so it can be easily
overridden at make time.
2003-01-22 David Shaw <dshaw@jabberwocky.com> 2003-01-22 David Shaw <dshaw@jabberwocky.com>
* gpgkeys_mailto.in: Fix regexp to work properly if the "keyid" is * gpgkeys_mailto.in: Fix regexp to work properly if the "keyid" is

View File

@ -21,7 +21,7 @@
INCLUDES = -I$(top_srcdir)/include INCLUDES = -I$(top_srcdir)/include
EXTRA_PROGRAMS = gpgkeys_ldap gpgkeys_hkp EXTRA_PROGRAMS = gpgkeys_ldap gpgkeys_hkp
EXTRA_SCRIPTS = gpgkeys_mailto EXTRA_SCRIPTS = gpgkeys_mailto
libexecdir = @GNUPG_LIBEXECDIR@ libexecdir = @libexecdir@/gnupg
# We don't need the libs the regular GPG binaries do # We don't need the libs the regular GPG binaries do
LIBS= LIBS=