Clean up plugin build files for Windows
[claws.git] / src / plugins / att_remover / Makefile.am
blobf9e51904b16164e724258fb7198651149a465d4c
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_ATT_REMOVER_PLUGIN
18 plugin_LTLIBRARIES = att_remover.la
19 endif
21 att_remover_la_LDFLAGS = \
22         $(plugin_ldflags) \
23         -avoid-version -module
25 EXTRA_att_remover_la_DEPENDENCIES = $(plugin_extra_deps)
27 att_remover_la_LIBADD = $(plugin_libadd) \
28         $(GTK_LIBS)
30 att_remover_la_CPPFLAGS = \
31         $(IFLAGS) \
32         $(GLIB_CFLAGS) \
33         $(GTK_CFLAGS) \
34         $(ENCHANT_CFLAGS)
36 att_remover_la_SOURCES = \
37         att_remover.c
39 .PHONY: test