mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-20 21:29:58 +01: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>
|
||||
|
||||
* g10.c (print_hex, print_mds): Print long hash strings a lot
|
||||
|
@ -22,7 +22,9 @@ INCLUDES = -I.. -I$(top_srcdir)/include -I$(top_srcdir)/intl
|
||||
EXTRA_DIST = options.skel
|
||||
# it seems that we can't use this with automake 1.5
|
||||
#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
|
||||
|
||||
#noinst_PROGRAMS = gpgd
|
||||
|
Loading…
x
Reference in New Issue
Block a user