aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-05 14:43:08 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-05 14:43:08 +0000
commite495d01e9139bfde695072b0bf1042baace6473d (patch)
treebb033cf84e7c4da0097ad2be0485d706c5b8eeae /src/util
parent603aadce3db928d81cd928593f4e6d9b63d5b51c (diff)
downloadgnunet-e495d01e9139bfde695072b0bf1042baace6473d.tar.gz
gnunet-e495d01e9139bfde695072b0bf1042baace6473d.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 c62fc4246..ad623dc38 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 20 -lcomdlg32 -lgdi32 -lole32
21WINLIB = libgnunetutilwin.la 21WINLIB = libgnunetutilwin.la
22endif 22endif
23 23