mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* Makefile.am: Use a local copy of libexecdir along with @PACKAGE@ so it
can be easily overridden at make time.
This commit is contained in:
parent
f523e53d4e
commit
a338c1db91
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-02-11 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* Makefile.am: Use a local copy of libexecdir along with @PACKAGE@
|
||||
so it can be easily overridden at make time.
|
||||
|
||||
2003-01-29 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* gpgkeys_mailto.in: Fix regexp to work properly if the "keyid" is
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl
|
||||
EXTRA_PROGRAMS = gpgkeys_ldap gpgkeys_hkp
|
||||
EXTRA_SCRIPTS = gpgkeys_mailto
|
||||
libexecdir = @GNUPG_LIBEXECDIR@
|
||||
libexecdir = @libexecdir@/@PACKAGE@
|
||||
|
||||
# We don't need the libs the regular GPG binaries do
|
||||
LIBS=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue