From: Marcus Brinkmann Date: Thu, 6 Oct 2005 11:06:25 +0000 (+0000) Subject: 2005-10-06 Marcus Brinkmann X-Git-Tag: gpgme-1-1-1~37 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=54844a992fd8aea110ac015c15fdb5b2dbfe4231;p=gpgme.git 2005-10-06 Marcus Brinkmann * Makefile.am (gpgme.dll gpgme.dll.a): Use $(srcdir) for gpgme.def. --- 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