mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
minor changes to make make distcheck happy
This commit is contained in:
parent
2100b5dfa3
commit
7921516e85
8 changed files with 30 additions and 9 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-07-31 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* Makefile.am (gpgsm_LDADD): Added INTLLIBS.
|
||||
|
||||
2003-07-29 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* gpgsm.c (main): Add secmem features and set the random seed file.
|
||||
|
|
|
@ -51,4 +51,5 @@ gpgsm_SOURCES = \
|
|||
|
||||
|
||||
gpgsm_LDADD = ../jnlib/libjnlib.a ../kbx/libkeybox.a ../common/libcommon.a \
|
||||
$(LIBGCRYPT_LIBS) $(LIBASSUAN_LIBS) $(KSBA_LIBS) -lgpg-error
|
||||
$(LIBGCRYPT_LIBS) $(LIBASSUAN_LIBS) $(KSBA_LIBS) -lgpg-error \
|
||||
@INTLLIBS@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue