mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-01 16:33:02 +01:00
* Makefile.am: Use a local copy of libexecdir along with @PACKAGE@ as
GNUPG_LIBEXECDIR so it can be easily overridden at make time.
This commit is contained in:
parent
a8e139ce62
commit
257956b490
@ -1,3 +1,8 @@
|
|||||||
|
2003-02-11 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* Makefile.am: Use a local copy of libexecdir along with @PACKAGE@
|
||||||
|
as GNUPG_LIBEXECDIR so it can be easily overridden at make time.
|
||||||
|
|
||||||
2003-02-04 David Shaw <dshaw@jabberwocky.com>
|
2003-02-04 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* armor.c (parse_hash_header, armor_filter): Accept the new SHAs
|
* armor.c (parse_hash_header, armor_filter): Accept the new SHAs
|
||||||
|
@ -23,6 +23,8 @@ EXTRA_DIST = options.skel
|
|||||||
# it seems that we can't use this with automake 1.5
|
# it seems that we can't use this with automake 1.5
|
||||||
#OMIT_DEPENDENCIES = zlib.h zconf.h
|
#OMIT_DEPENDENCIES = zlib.h zconf.h
|
||||||
LDFLAGS = @LDFLAGS@
|
LDFLAGS = @LDFLAGS@
|
||||||
|
libexecdir = @libexecdir@/@PACKAGE@
|
||||||
|
CFLAGS = @CFLAGS@ -DGNUPG_LIBEXECDIR="\"$(libexecdir)\""
|
||||||
needed_libs = ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a
|
needed_libs = ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a
|
||||||
|
|
||||||
#noinst_PROGRAMS = gpgd
|
#noinst_PROGRAMS = gpgd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user