mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
About to do a release
This commit is contained in:
parent
d20d11a0ee
commit
ed801e3771
36 changed files with 966 additions and 1092 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-08-16 Werner Koch <wk@g10code.com>
|
||||
|
||||
* Makefile.am (t_convert_DEPENDENCIES): Remove
|
||||
($(PROGRAMS)): Remove.
|
||||
(t_common_ldadd): Use libcommon.a and not the macro.
|
||||
|
||||
2007-08-14 Werner Koch <wk@g10code.com>
|
||||
|
||||
* homedir.c (dirmngr_socket_name): New.
|
||||
|
|
|
@ -85,14 +85,10 @@ libgpgrl_a_SOURCES = \
|
|||
#
|
||||
module_tests = t-convert t-gettime
|
||||
|
||||
t_common_ldadd = $(libcommon) ../jnlib/libjnlib.a ../gl/libgnu.a \
|
||||
t_common_ldadd = libcommon.a ../jnlib/libjnlib.a ../gl/libgnu.a \
|
||||
$(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) $(LIBINTL) $(LIBICONV)
|
||||
|
||||
t_convert_DEPENDENCIES = convert.c libcommon.a
|
||||
t_convert_LDADD = $(t_common_ldadd)
|
||||
t_gettime_DEPENDENCIES = gettime.c libcommon.a
|
||||
t_gettime_LDADD = $(t_common_ldadd)
|
||||
|
||||
|
||||
$(PROGRAMS): ../jnlib/libjnlib.a $(libcommon) ../gl/libgnu.a
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue