mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* Makefile.am: Use @CAPLIBS@ to link in -lcap if we are using
capabilities.
This commit is contained in:
parent
bbd986f3d8
commit
48b55931dc
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-03-11 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* Makefile.am: Use @CAPLIBS@ to link in -lcap if we are using
|
||||
capabilities.
|
||||
|
||||
2003-02-22 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* Makefile.am: Distribute convert-from-106.
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
EXTRA_DIST = lspgpot ring-a-party mail-signed-keys convert-from-106
|
||||
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
|
||||
noinst_PROGRAMS = mpicalc bftest clean-sat mk-tdata shmtest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue