summaryrefslogtreecommitdiff
path: root/src/dht/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/Makefile.am')
-rw-r--r--src/dht/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index c52ac93c7..82d76f33c 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -1,8 +1,5 @@
1# This Makefile.am is in the public domain 1# This Makefile.am is in the public domain
2AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
3if MINGW
4 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols -lole32 -lshell32 -liconv -lstdc++ -lcomdlg32 -lgdi32
5endif
6 3
7plugindir = $(libdir)/gnunet 4plugindir = $(libdir)/gnunet
8 5