mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* Makefile.am: Use @CAPLIBS@ to link in -lcap if we are using
capabilities.
This commit is contained in:
parent
651b713d12
commit
fde4e0badb
6 changed files with 19 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-02-19 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* Makefile.am: Use @CAPLIBS@ to link in -lcap if we are using
|
||||
capabilities.
|
||||
|
||||
2003-02-12 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* sign.c (sign_file): Do not push textmode filter onto an unopened
|
||||
|
|
|
@ -25,7 +25,7 @@ EXTRA_DIST = options.skel
|
|||
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 @CAPLIBS@
|
||||
|
||||
#noinst_PROGRAMS = gpgd
|
||||
bin_PROGRAMS = gpg gpgv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue