mirror of
git://git.gnupg.org/gnupg.git
synced 2025-06-17 20:27:03 +02:00
* Makefile.am: Pass GNUPG_LIBEXECDIR as part of CFLAGS so it can be easily
overridden at make time.
This commit is contained in:
parent
b7e3a74231
commit
e2963095c0
@ -1,3 +1,8 @@
|
|||||||
|
2003-02-06 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* Makefile.am: Pass GNUPG_LIBEXECDIR as part of CFLAGS so it can
|
||||||
|
be easily overridden at make time.
|
||||||
|
|
||||||
2003-02-05 David Shaw <dshaw@jabberwocky.com>
|
2003-02-05 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* g10.c (print_hex, print_mds): Print long hash strings a lot
|
* g10.c (print_hex, print_mds): Print long hash strings a lot
|
||||||
|
@ -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@/gnupg
|
||||||
|
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