1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-22 14:57:02 +01:00

* Makefile.am: Use @CAPLIBS@ to link in -lcap if we are using

capabilities.
This commit is contained in:
David Shaw 2003-02-19 18:26:40 +00:00
parent 651b713d12
commit fde4e0badb
6 changed files with 19 additions and 4 deletions

View File

@ -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> 2003-02-12 David Shaw <dshaw@jabberwocky.com>
* sign.c (sign_file): Do not push textmode filter onto an unopened * sign.c (sign_file): Do not push textmode filter onto an unopened

View File

@ -25,7 +25,7 @@ EXTRA_DIST = options.skel
LDFLAGS = @LDFLAGS@ LDFLAGS = @LDFLAGS@
libexecdir = @libexecdir@/@PACKAGE@ libexecdir = @libexecdir@/@PACKAGE@
CFLAGS = @CFLAGS@ -DGNUPG_LIBEXECDIR="\"$(libexecdir)\"" 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 #noinst_PROGRAMS = gpgd
bin_PROGRAMS = gpg gpgv bin_PROGRAMS = gpg gpgv

View File

@ -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-11 David Shaw <dshaw@jabberwocky.com> 2003-02-11 David Shaw <dshaw@jabberwocky.com>
* Makefile.am: Use the more correct @PACKAGE@ rather than "gnupg". * Makefile.am: Use the more correct @PACKAGE@ rather than "gnupg".

View File

@ -1,4 +1,4 @@
# Copyright (C) 2001, 2002 Free Software Foundation, Inc. # Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
# #
# This file is part of GnuPG. # This file is part of GnuPG.
# #
@ -31,4 +31,4 @@ libexec_SCRIPTS = @GPGKEYS_MAILTO@
noinst_SCRIPTS = gpgkeys_test noinst_SCRIPTS = gpgkeys_test
gpgkeys_ldap_LDADD = @LDAPLIBS@ @NETLIBS@ gpgkeys_ldap_LDADD = @LDAPLIBS@ @NETLIBS@
gpgkeys_hkp_LDADD = ../util/libutil.a @NETLIBS@ gpgkeys_hkp_LDADD = ../util/libutil.a @NETLIBS@ @CAPLIBS@

View File

@ -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-11 David Shaw <dshaw@jabberwocky.com> 2003-02-11 David Shaw <dshaw@jabberwocky.com>
* convert-from-106: Script to automate the 1.0.6->later * convert-from-106: Script to automate the 1.0.6->later

View File

@ -20,7 +20,7 @@
EXTRA_DIST = lspgpot ring-a-party mail-signed-keys EXTRA_DIST = lspgpot ring-a-party mail-signed-keys
INCLUDES = -I.. -I$(top_srcdir)/include -I$(top_srcdir)/intl INCLUDES = -I.. -I$(top_srcdir)/include -I$(top_srcdir)/intl
needed_libs = ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a needed_libs = ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a @CAPLIBS@
bin_PROGRAMS = gpgsplit bin_PROGRAMS = gpgsplit
noinst_PROGRAMS = mpicalc bftest clean-sat mk-tdata shmtest noinst_PROGRAMS = mpicalc bftest clean-sat mk-tdata shmtest