diff options
author | Werner Koch <wk@gnupg.org> | 2006-11-05 16:08:58 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2006-11-05 16:08:58 +0100 |
commit | 10d563da0879d9892e3bf44dc399273eb68e2343 (patch) | |
tree | 9cec0b6724670532f55d7f1395ba2199cadb0e3b /common | |
parent | Post release update (diff) | |
download | gnupg2-10d563da0879d9892e3bf44dc399273eb68e2343.tar.xz gnupg2-10d563da0879d9892e3bf44dc399273eb68e2343.zip |
Collected fixes.
Diffstat (limited to 'common')
-rw-r--r-- | common/ChangeLog | 5 | ||||
-rw-r--r-- | common/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/common/ChangeLog b/common/ChangeLog index 770f22b36..25af94867 100644 --- a/common/ChangeLog +++ b/common/ChangeLog @@ -1,3 +1,8 @@ +2006-11-03 Werner Koch <wk@g10code.com> + + * Makefile.am (t_convert_DEPENDENCIES): Add libcommon. From + Gentoo. + 2006-10-24 Marcus Brinkmann <marcus@g10code.de> * Makefile.am (libcommon_a_CFLAGS): Add $(LIBASSUAN_CFLAGS). diff --git a/common/Makefile.am b/common/Makefile.am index 14019b693..57056de3b 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -81,6 +81,6 @@ module_tests = t-convert t_common_ldadd = ../jnlib/libjnlib.a ../common/libcommon.a ../gl/libgnu.a \ $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) -t_convert_DEPENDENCIES = convert.c +t_convert_DEPENDENCIES = convert.c libcommon.a t_convert_LDADD = $(t_common_ldadd) |