diff options
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 <[email protected]> + + * Makefile.am (t_convert_DEPENDENCIES): Add libcommon. From + Gentoo. + 2006-10-24 Marcus Brinkmann <[email protected]> * 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) |