aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-05 14:43:41 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-05 14:43:41 +0000
commitbc4d6bbbb097dc12fb1a19b56147abd56031b1fd (patch)
treea25b77c58a06884f081b509cdf8c43171c6fa700 /src/util
parente495d01e9139bfde695072b0bf1042baace6473d (diff)
downloadgnunet-bc4d6bbbb097dc12fb1a19b56147abd56031b1fd.tar.gz
gnunet-bc4d6bbbb097dc12fb1a19b56147abd56031b1fd.zip
LRN: Add -lole32 (why had it worked without this until
now?)
Diffstat (limited to 'src/util')
-rw-r--r--src/util/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index ad623dc38..c62fc4246 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -17,7 +17,7 @@ libgnunetutilwin_la_LDFLAGS = \
17 -no-undefined -Wl,--export-all-symbols 17 -no-undefined -Wl,--export-all-symbols
18libgnunetutilwin_la_LIBADD = \ 18libgnunetutilwin_la_LIBADD = \
19 -lshell32 -liconv -lstdc++ \ 19 -lshell32 -liconv -lstdc++ \
20 -lcomdlg32 -lgdi32 -lole32 20 -lcomdlg32 -lgdi32
21WINLIB = libgnunetutilwin.la 21WINLIB = libgnunetutilwin.la
22endif 22endif
23 23