+2007-04-03 Simon Josefsson <simon@josefsson.org>
+
+ * modules/crypto/gc: Moved from ../.
+
2007-04-02 Eric Blake <ebb9@byu.net>
* lib/ldexpl.c (includes): Avoid libm.
--- /dev/null
+Description:
+Core files for generic crypto package
+
+Files:
+lib/gc.h
+lib/gc-libgcrypt.c
+lib/gc-gnulib.c
+m4/gc.m4
+
+Depends-on:
+havelib
+
+configure.ac:
+gl_GC
+if test $gl_cond_libtool = false; then
+ gl_ltlibdeps="$gl_ltlibdeps $LTLIBGCRYPT"
+ gl_libdeps="$gl_libdeps $LIBGCRYPT"
+fi
+
+Makefile.am:
+if GL_COND_LIBTOOL
+lib_LDFLAGS += $(LTLIBGCRYPT)
+endif
+
+Include:
+"gc.h"
+
+License:
+LGPL
+
+Maintainer:
+Simon Josefsson
+++ /dev/null
-Description:
-Core files for generic crypto package
-
-Files:
-lib/gc.h
-lib/gc-libgcrypt.c
-lib/gc-gnulib.c
-m4/gc.m4
-
-Depends-on:
-havelib
-
-configure.ac:
-gl_GC
-if test $gl_cond_libtool = false; then
- gl_ltlibdeps="$gl_ltlibdeps $LTLIBGCRYPT"
- gl_libdeps="$gl_libdeps $LIBGCRYPT"
-fi
-
-Makefile.am:
-if GL_COND_LIBTOOL
-lib_LDFLAGS += $(LTLIBGCRYPT)
-endif
-
-Include:
-"gc.h"
-
-License:
-LGPL
-
-Maintainer:
-Simon Josefsson