summaryrefslogtreecommitdiff
path: root/src/peerinfo/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo/Makefile.am')
-rw-r--r--src/peerinfo/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/peerinfo/Makefile.am b/src/peerinfo/Makefile.am
index d07ed3a5b..7d1204100 100644
--- a/src/peerinfo/Makefile.am
+++ b/src/peerinfo/Makefile.am
@@ -10,10 +10,6 @@ plugindir = $(libdir)/gnunet
10pkgcfg_DATA = \ 10pkgcfg_DATA = \
11 peerinfo.conf 11 peerinfo.conf
12 12
13if MINGW
14 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols -lole32 -lshell32 -liconv -lstdc++ -lcomdlg32 -lgdi32
15endif
16
17if USE_COVERAGE 13if USE_COVERAGE
18 AM_CFLAGS = --coverage -O0 14 AM_CFLAGS = --coverage -O0
19 XLIB = -lgcov 15 XLIB = -lgcov