From e409833ea6360385d5c085643a9fa028f410d7e1 Mon Sep 17 00:00:00 2001 From: Nils Durner Date: Mon, 22 Mar 2010 20:24:49 +0000 Subject: MinGW fixes, thanks to LRN on #gnunet --- src/peerinfo/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/peerinfo') diff --git a/src/peerinfo/Makefile.am b/src/peerinfo/Makefile.am index 42396e3e7..632a942de 100644 --- a/src/peerinfo/Makefile.am +++ b/src/peerinfo/Makefile.am @@ -1,7 +1,7 @@ INCLUDES = -I$(top_srcdir)/src/include if MINGW - WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols -lole32 -lshell32 -luuid -liconv -lstdc++ -lcomdlg32 -lgdi32 + WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols -lole32 -lshell32 -liconv -lstdc++ -lcomdlg32 -lgdi32 endif if USE_COVERAGE -- cgit v1.2.3