From: Christian Grothoff Date: Sat, 5 Nov 2011 14:43:08 +0000 (+0000) Subject: LRN: Add -lole32 (why had it worked without this until X-Git-Tag: initial-import-from-subversion-38251~16027 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e495d01e9139bfde695072b0bf1042baace6473d;p=oweals%2Fgnunet.git LRN: Add -lole32 (why had it worked without this until now?) --- diff --git a/src/util/Makefile.am b/src/util/Makefile.am index c62fc4246..ad623dc38 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -17,7 +17,7 @@ libgnunetutilwin_la_LDFLAGS = \ -no-undefined -Wl,--export-all-symbols libgnunetutilwin_la_LIBADD = \ -lshell32 -liconv -lstdc++ \ - -lcomdlg32 -lgdi32 + -lcomdlg32 -lgdi32 -lole32 WINLIB = libgnunetutilwin.la endif