aboutsummaryrefslogtreecommitdiffstats
path: root/common/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2007-08-16 10:42:06 +0000
committerWerner Koch <[email protected]>2007-08-16 10:42:06 +0000
commited801e377174a3b1bcbc3479e6364ee44b45f268 (patch)
treea33d8f5c41ff845affa1ca819ad3d8ca5c6975e1 /common/Makefile.am
parentDocumentaion updates. (diff)
downloadgnupg-2.0.6.tar.gz
gnupg-2.0.6.zip
About to do a releasegnupg-2.0.6
Diffstat (limited to 'common/Makefile.am')
-rw-r--r--common/Makefile.am6
1 files changed, 1 insertions, 5 deletions
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
-