install-reloc: Support multi-binary installation.
[gnulib.git] / modules / crypto / gc-md5
index efa1c18..0d6b272 100644 (file)
@@ -3,20 +3,13 @@ Generic crypto wrappers for MD5 functions.
 
 Files:
 m4/gc-md5.m4
-lib/md5.h
-lib/md5.c
-m4/md5.m4
 
 Depends-on:
-stdalign
-stdint
 crypto/gc
+crypto/md5 [test "$ac_cv_libgcrypt" != yes]
 
 configure.ac:
 gl_GC_MD5
-if test "$ac_cv_libgcrypt" != yes; then
-  AC_LIBOBJ([md5])
-fi
 gl_MODULE_INDICATOR([gc-md5])
 
 Makefile.am: