From 54844a992fd8aea110ac015c15fdb5b2dbfe4231 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Thu, 6 Oct 2005 11:06:25 +0000 Subject: [PATCH] 2005-10-06 Marcus Brinkmann * Makefile.am (gpgme.dll gpgme.dll.a): Use $(srcdir) for gpgme.def. --- gpgme/ChangeLog | 3 +++ gpgme/Makefile.am | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gpgme/ChangeLog b/gpgme/ChangeLog index 62c9ba4..d77adcf 100644 --- a/gpgme/ChangeLog +++ b/gpgme/ChangeLog @@ -1,5 +1,8 @@ 2005-10-06 Marcus Brinkmann + * Makefile.am (gpgme.dll gpgme.dll.a): Use $(srcdir) for + gpgme.def. + * gpgme.h (gpgme_free): New prototype. * data-mem.c (gpgme_free): New function. * libgpgme.vers (GPGME_1.1): Add gpgme_free. diff --git a/gpgme/Makefile.am b/gpgme/Makefile.am index 994d576..ef12d46 100644 --- a/gpgme/Makefile.am +++ b/gpgme/Makefile.am @@ -138,7 +138,7 @@ install-exec-hook: $(STRIP) $(DESTDIR)$(libdir)/gpgme.dll gpgme.dll gpgme.dll.a: gpgme.def $(w32_o_files) versioninfo.o - $(CC) -shared -o gpgme.dll gpgme.def $(w32_o_files) \ + $(CC) -shared -o gpgme.dll $(srcdir)/gpgme.def $(w32_o_files) \ versioninfo.o @GPG_ERROR_LIBS@ -Wl,--out-implib,gpgme.dll.a -- 2.26.2