Remove inclusion of sys/socket.h from nntp-thread.c
[claws.git] / src / plugins / win_pgpcore.mk
blob5e0bc4b83baebff28e45284ac3662ccdaebe400b
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 if OS_WIN32
7 plugin_extra_deps += ../pgpcore/.libs/pgpcore.dll.a
8 plugin_ldflags += -Wl,-L../pgpcore/.libs -Wl,-lpgpcore
9 endif
11 if CYGWIN
12 plugin_libadd += ../pgpcore/pgpcore.la
13 endif