update copyright year
[claws.git] / src / plugins / vcalendar / 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_VCALENDAR_PLUGIN
18 plugin_LTLIBRARIES = vcalendar.la
19 endif
20
21 vcalendar_la_LDFLAGS = \
22         $(plugin_ldflags) \
23         -avoid-version -module -z noexecstack
24
25 EXTRA_vcalendar_la_DEPENDENCIES = $(plugin_extra_deps)
26
27 vcalendar_la_LIBADD = $(plugin_libadd) \
28         $(GTK_LIBS) \
29         $(CURL_LIBS) \
30         $(LIBICAL_LIBS)
31
32 vcalendar_la_CPPFLAGS = \
33         $(IFLAGS) \
34         $(GLIB_CFLAGS) \
35         $(GTK_CFLAGS) \
36         $(ENCHANT_CFLAGS) \
37         $(CURL_CFLAGS) \
38         $(LIBICAL_CFLAGS)
39
40 vcalendar_la_SOURCES = \
41         common-views.c \
42         common-views.h \
43         day-view.c \
44         month-view.c \
45         plugin.c \
46         vcal_dbus.c \
47         vcal_dbus.h \
48         vcal_folder.c \
49         vcal_folder.h \
50         vcal_interface.h \
51         vcal_manager.c \
52         vcal_manager.h \
53         vcal_meeting_gtk.c \
54         vcal_meeting_gtk.h \
55         vcal_prefs.c \
56         vcal_prefs.h \
57         vcalendar.c \
58         vcalendar.h
59
60 .PHONY: test