* lib/stat-time.h (USE_BIRTHTIME): Remove.
[gnulib.git] / modules / gc
1 Description:
2 Core files for generic crypto package
3
4 Files:
5 lib/gc.h
6 lib/gc-libgcrypt.c
7 lib/gc-gnulib.c
8 m4/gc.m4
9
10 Depends-on:
11 havelib
12
13 configure.ac:
14 gl_GC
15 if test $gl_cond_libtool = false; then
16   gl_ltlibdeps="$gl_ltlibdeps $LTLIBGCRYPT"
17   gl_libdeps="$gl_libdeps $LIBGCRYPT"
18 fi
19
20 Makefile.am:
21 if GL_COND_LIBTOOL
22 lib_LDFLAGS += $(LTLIBGCRYPT)
23 endif
24
25 Include:
26 "gc.h"
27
28 License:
29 LGPL
30
31 Maintainer:
32 Simon Josefsson