Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 267479 | Differences between
and this patch

Collapse All | Expand All

(-)a/configure.ac (+1 lines)
Lines 1241-1246 doc/Makefile Link Here
1241
src/Makefile
1241
src/Makefile
1242
src/gcrypt.h
1242
src/gcrypt.h
1243
src/libgcrypt-config
1243
src/libgcrypt-config
1244
src/libgcrypt.pc
1244
src/versioninfo.rc
1245
src/versioninfo.rc
1245
tests/Makefile
1246
tests/Makefile
1246
])
1247
])
(-)a/src/Makefile.am (+3 lines)
Lines 28-33 m4datadir = $(datadir)/aclocal Link Here
28
m4data_DATA = libgcrypt.m4
28
m4data_DATA = libgcrypt.m4
29
include_HEADERS = gcrypt.h
29
include_HEADERS = gcrypt.h
30
30
31
pkgconfigdir = $(libdir)/pkgconfig
32
pkgconfig_DATA = libgcrypt.pc
33
31
lib_LTLIBRARIES = libgcrypt.la
34
lib_LTLIBRARIES = libgcrypt.la
32
bin_PROGRAMS = dumpsexp hmac256
35
bin_PROGRAMS = dumpsexp hmac256
33
if USE_RANDOM_DAEMON
36
if USE_RANDOM_DAEMON
(-)a/src/libgcrypt.pc.in (-1 / +11 lines)
Line 0 Link Here
0
- 
1
prefix=@prefix@
2
exec_prefix=@exec_prefix@
3
libdir=@libdir@
4
includedir=@includedir@
5
6
Name: libgcrypt
7
Description: The GNU crypto library
8
Version: @VERSION@
9
Requires: libgpg-error
10
Libs: @LIBGCRYPT_CONFIG_LIBS@
11
Cflags: @LIBGCRYPT_CONFIG_CFLAGS@

Return to bug 267479