LRN: Add -lole32 (why had it worked without this until
authorChristian Grothoff <christian@grothoff.org>
Sat, 5 Nov 2011 14:43:08 +0000 (14:43 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 5 Nov 2011 14:43:08 +0000 (14:43 +0000)
 now?)

src/util/Makefile.am

index c62fc4246fa0e8b36dc92b8ccf3ee33e7563234a..ad623dc38c8b9b7eacd4236ea6fc5fcf9793c24c 100644 (file)
@@ -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