[svn] gpgme - r1124 - trunk/gpgme
svn author marcus
cvs at cvs.gnupg.org
Thu Oct 6 13:06:26 CEST 2005
Author: marcus
Date: 2005-10-06 13:06:25 +0200 (Thu, 06 Oct 2005)
New Revision: 1124
Modified:
trunk/gpgme/ChangeLog
trunk/gpgme/Makefile.am
Log:
2005-10-06 Marcus Brinkmann <marcus at g10code.de>
* Makefile.am (gpgme.dll gpgme.dll.a): Use $(srcdir) for
gpgme.def.
Modified: trunk/gpgme/ChangeLog
===================================================================
--- trunk/gpgme/ChangeLog 2005-10-06 10:44:26 UTC (rev 1123)
+++ trunk/gpgme/ChangeLog 2005-10-06 11:06:25 UTC (rev 1124)
@@ -1,5 +1,8 @@
2005-10-06 Marcus Brinkmann <marcus at g10code.de>
+ * 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.
Modified: trunk/gpgme/Makefile.am
===================================================================
--- trunk/gpgme/Makefile.am 2005-10-06 10:44:26 UTC (rev 1123)
+++ trunk/gpgme/Makefile.am 2005-10-06 11:06:25 UTC (rev 1124)
@@ -138,7 +138,7 @@
$(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
More information about the Gnupg-commits
mailing list