summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2007-08-16 12:42:06 +0200
committerWerner Koch <wk@gnupg.org>2007-08-16 12:42:06 +0200
commited801e377174a3b1bcbc3479e6364ee44b45f268 (patch)
treea33d8f5c41ff845affa1ca819ad3d8ca5c6975e1 /common
parentDocumentaion updates. (diff)
downloadgnupg2-ed801e377174a3b1bcbc3479e6364ee44b45f268.tar.xz
gnupg2-ed801e377174a3b1bcbc3479e6364ee44b45f268.zip
About to do a releasegnupg-2.0.6
Diffstat (limited to 'common')
-rw-r--r--common/ChangeLog6
-rw-r--r--common/Makefile.am6
2 files changed, 7 insertions, 5 deletions
diff --git a/common/ChangeLog b/common/ChangeLog
index 3a54c8683..be6d0ac99 100644
--- a/common/ChangeLog
+++ b/common/ChangeLog
@@ -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.
diff --git a/common/Makefile.am b/common/Makefile.am
index fc0c357d9..a79a8026c 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -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
-