diff options
Diffstat (limited to 'g10')
-rw-r--r-- | g10/ChangeLog | 5 | ||||
-rw-r--r-- | g10/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index d0b926468..174a6a298 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,8 @@ +2003-02-19 David Shaw <[email protected]> + + * Makefile.am: Use @CAPLIBS@ to link in -lcap if we are using + capabilities. + 2003-02-12 David Shaw <[email protected]> * sign.c (sign_file): Do not push textmode filter onto an unopened diff --git a/g10/Makefile.am b/g10/Makefile.am index dc515a2b4..dba2718b4 100644 --- a/g10/Makefile.am +++ b/g10/Makefile.am @@ -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 |