mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Cleanups.
This commit is contained in:
parent
d65ca06a29
commit
c69dc436ce
29 changed files with 104 additions and 1021 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-09-20 Werner Koch <wk@g10code.com>
|
||||
|
||||
* Makefile.am: Changes to allow parallel make runs.
|
||||
|
||||
2006-09-18 Werner Koch <wk@g10code.com>
|
||||
|
||||
* gpgsm.c (main): Use this to import standard certificates.
|
||||
|
|
|
@ -54,9 +54,18 @@ gpgsm_SOURCES = \
|
|||
qualified.c
|
||||
|
||||
|
||||
gpgsm_LDADD = ../jnlib/libjnlib.a ../kbx/libkeybox.a \
|
||||
../common/libcommon.a ../gl/libgnu.a \
|
||||
common_libs = ../jnlib/libjnlib.a ../kbx/libkeybox.a \
|
||||
../common/libcommon.a ../gl/libgnu.a
|
||||
|
||||
gpgsm_LDADD = $(common_libs) \
|
||||
$(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(LIBASSUAN_LIBS) -lgpg-error \
|
||||
$(LIBINTL) $(PTH_LIBS) $(ZLIBS)
|
||||
|
||||
# Make sure that all libs are build before we use them. This is
|
||||
# important for things like make -j2.
|
||||
$(PROGRAMS): $(common_libs)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue