6bf95c9a58
Maintainer : COUDERC Damien <couderc.damien@wanadoo.fr> --- GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications. It provides a High-Level Crypto API for encryption, decryption, signing, signature verification and key management. Currently it uses GnuPG as it's backend but the API isn't restricted to this engine; in fact it is planned to add other backends to it.
13 lines
474 B
Plaintext
13 lines
474 B
Plaintext
$OpenBSD: patch-gpgme-Makefile_in,v 1.1.1.1 2001/07/29 18:27:26 shell Exp $
|
|
--- gpgme/Makefile.in.orig Sun Jul 29 22:45:30 2001
|
|
+++ gpgme/Makefile.in Sun Jul 29 22:49:25 2001
|
|
@@ -101,7 +101,7 @@
|
|
EXTRA_DIST = gpgme-config.in gpgme.m4 mkerrors mkstatus
|
|
BUILT_SOURCES = errors.c status-table.h
|
|
bin_SCRIPTS = gpgme-config
|
|
-m4datadir = $(datadir)/aclocal
|
|
+m4datadir = $(datadir)/examples/gpgme
|
|
m4data_DATA = gpgme.m4
|
|
include_HEADERS = gpgme.h
|
|
lib_LTLIBRARIES = libgpgme.la
|