Remove inclusion of sys/socket.h from nntp-thread.c
[claws.git] / src / plugins / managesieve / Makefile.am
blob9b561c84436b73b970968079a1bb11893f96b7a3
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 include $(srcdir)/../win_plugin.mk
8 IFLAGS = \
9         -I$(top_builddir)/src \
10         -I$(top_builddir)/src/common \
11         -I$(top_srcdir)/src \
12         -I$(top_srcdir)/src/common \
13         -I$(top_srcdir)/src/gtk
15 plugindir = $(pkglibdir)/plugins
17 if BUILD_MANAGESIEVE_PLUGIN
18 plugin_LTLIBRARIES = managesieve.la
19 endif
21 managesieve_la_LDFLAGS = \
22         $(plugin_ldflags) \
23         -avoid-version -module -z noexecstack
25 EXTRA_managesieve_la_DEPENDENCIES = $(plugin_extra_deps)
27 managesieve_la_LIBADD = $(plugin_libadd) \
28         $(GTK_LIBS) \
29         $(CURL_LIBS)
31 managesieve_la_CPPFLAGS = \
32         $(IFLAGS) \
33         $(GLIB_CFLAGS) \
34         $(GTK_CFLAGS) \
35         $(ENCHANT_CFLAGS) \
36         $(CURL_CFLAGS)
38 managesieve_la_SOURCES = \
39         managesieve.c \
40         managesieve.h \
41         sieve_editor.c \
42         sieve_editor.h \
43         sieve_manager.c \
44         sieve_manager.h \
45         sieve_plugin.c \
46         sieve_prefs.c \
47         sieve_prefs.h
49 .PHONY: test