1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-06-15 23:35:50 +00:00
Files
Bruno Haible a262d09ebd For libraries not built with libtool:
- Fix the _LDFLAGS issue.
  - Generate _LIBDEPS and _LTLIBDEPS variables.
2006-09-09 19:02:08 +00:00

34 lines
427 B
Plaintext

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:
EXTRA_DIST += gc.h
if GL_COND_LIBTOOL
lib_LDFLAGS += $(LTLIBGCRYPT)
endif
Include:
"gc.h"
License:
LGPL
Maintainer:
Simon Josefsson