mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* Makefile.am (AM_CPPFLAGS): Add flags for libksba
* Makefile.am (AM_CPPFLAGS): Include flags for gcrypt and ksba * Makefile.am: Use LIBGCRYPT macros
This commit is contained in:
parent
56172ce393
commit
86521773df
7 changed files with 27 additions and 9 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-12-18 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* Makefile.am: Use LIBGCRYPT macros
|
||||
|
||||
2001-12-14 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* gpg-agent.c (main): New option --batch. New option --debug-wait
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
bin_PROGRAMS = gpg-agent
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/intl
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/common $(LIBGCRYPT_CFLAGS)
|
||||
LDFLAGS = @LDFLAGS@
|
||||
|
||||
gpg_agent_SOURCES = \
|
||||
|
@ -33,8 +33,8 @@ gpg_agent_SOURCES = \
|
|||
pkdecrypt.c
|
||||
|
||||
gpg_agent_LDADD = ../jnlib/libjnlib.a ../assuan/libassuan.a \
|
||||
../common/libcommon.a \
|
||||
../../libgcrypt/src/.libs/libgcrypt.so.1
|
||||
../common/libcommon.a $(LIBGCRYPT_LIBS)
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue