[svn] GPGol - r117 - trunk/src

svn author marcus cvs at cvs.gnupg.org
Thu Oct 6 14:19:38 CEST 2005


Author: marcus
Date: 2005-10-06 14:19:38 +0200 (Thu, 06 Oct 2005)
New Revision: 117

Modified:
   trunk/src/ChangeLog
   trunk/src/Makefile.am
Log:
2005-10-06  Marcus Brinkmann  <marcus at g10code.de>

	* Makefile.am (gpgol_LDADD): Prefix gpgol.def and mapi32.dll with
	$(srcdir).


Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog	2005-10-06 12:16:18 UTC (rev 116)
+++ trunk/src/ChangeLog	2005-10-06 12:19:38 UTC (rev 117)
@@ -1,5 +1,8 @@
 2005-10-06  Marcus Brinkmann  <marcus at g10code.de>
 
+	* Makefile.am (gpgol_LDADD): Prefix gpgol.def and mapi32.dll with
+	$(srcdir).
+
 	* Makefile.am (.rc.o): Invoke windres with "-I .".
 
 	* Makefile.am (.rc.o): Invoke windres with -I $(srcdir).

Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am	2005-10-06 12:16:18 UTC (rev 116)
+++ trunk/src/Makefile.am	2005-10-06 12:19:38 UTC (rev 117)
@@ -45,8 +45,8 @@
 	watcher.cpp \
 	attach.cpp attach.h
 
-gpgol_LDADD = gpgol.def  \
-		$(GPGME_LIBS) mapi32.dll -lshell32 -lgdi32 -lcomdlg32
+gpgol_LDADD = $(srcdir) gpgol.def  \
+		$(GPGME_LIBS) $(srcdir) mapi32.dll -lshell32 -lgdi32 -lcomdlg32
 
 resource.o: resource.rc versioninfo.rc gpgol-rsrcs.rc olflange-rsrcs.rc
 




More information about the Gnupg-commits mailing list