aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool
diff options
context:
space:
mode:
authorNils Durner <durner@gnunet.org>2010-03-22 20:24:49 +0000
committerNils Durner <durner@gnunet.org>2010-03-22 20:24:49 +0000
commite409833ea6360385d5c085643a9fa028f410d7e1 (patch)
tree2bf3adf8064de9e779563282d73f49db9c86bb05 /src/peerinfo-tool
parentcbd467f0638c99a8e42ff827f2f1ec9a308c93cf (diff)
downloadgnunet-e409833ea6360385d5c085643a9fa028f410d7e1.tar.gz
gnunet-e409833ea6360385d5c085643a9fa028f410d7e1.zip
MinGW fixes, thanks to LRN on #gnunet
Diffstat (limited to 'src/peerinfo-tool')
-rw-r--r--src/peerinfo-tool/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo-tool/Makefile.am b/src/peerinfo-tool/Makefile.am
index b9e6d7d07..c10440f92 100644
--- a/src/peerinfo-tool/Makefile.am
+++ b/src/peerinfo-tool/Makefile.am
@@ -1,7 +1,7 @@
1INCLUDES = -I$(top_srcdir)/src/include 1INCLUDES = -I$(top_srcdir)/src/include
2 2
3if MINGW 3if MINGW
4 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols -lole32 -lshell32 -luuid -liconv -lstdc++ -lcomdlg32 -lgdi32 4 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols -lole32 -lshell32 -liconv -lstdc++ -lcomdlg32 -lgdi32
5endif 5endif
6 6
7if USE_COVERAGE 7if USE_COVERAGE