Remove inclusion of sys/socket.h from nntp-thread.c
[claws.git] / src / plugins / win_plugin.mk
blob91215ff03bb01b038a0a530ea41b45839ab507b9
1 # Copyright 1999-2022 the Claws Mail team.
2 # This file is part of Claws Mail package, and distributed under the
3 # terms of the General Public License version 3 (or later).
4 # See COPYING file for license details.
6 plugin_ldflags =
7 plugin_extra_deps =
8 plugin_libadd =
10 if OS_WIN32
12 %.lo : %.rc
13 $(LIBTOOL) --mode=compile --tag=RC $(RC) -i $< -o $@
15 plugin_ldflags += \
16 -Wl,.libs/version.o \
17 -no-undefined
18 plugin_extra_deps += version.lo
19 plugin_libadd += -L$(top_builddir)/src -lclaws
21 endif
23 if CYGWIN
24 plugin_ldflags += -no-undefined
25 plugin_libadd += -L$(top_builddir)/src -lclaws-mail
26 endif