when queueing or drafting a msg with an attachment which no longer exists, use the...
[claws.git] / src / plugins / address_keeper / Makefile.am
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.
5
6 include $(srcdir)/../win_plugin.mk
7
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
14
15 plugindir = $(pkglibdir)/plugins
16
17 if BUILD_ADDRESS_KEEPER_PLUGIN
18 plugin_LTLIBRARIES = address_keeper.la
19 endif
20
21 address_keeper_la_LDFLAGS = \
22         $(plugin_ldflags) \
23         -avoid-version -module
24
25 EXTRA_address_keeper_la_DEPENDENCIES = $(plugin_extra_deps)
26
27 address_keeper_la_LIBADD = $(plugin_libadd) \
28         $(GTK_LIBS)
29
30 address_keeper_la_CPPFLAGS = \
31         $(IFLAGS) \
32         $(GLIB_CFLAGS) \
33         $(GTK_CFLAGS) \
34         $(ENCHANT_CFLAGS)
35
36 address_keeper_la_SOURCES = \
37         address_keeper.c \
38         address_keeper.h \
39         address_keeper_prefs.c \
40         address_keeper_prefs.h
41
42 .PHONY: test