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
9 hotkey_lib = libcmnpgtkhotkey.la
10 hotkey_lib_path = $(top_builddir)/src/plugins/notification/gtkhotkey/libcmnpgtkhotkey.la
19 -I$(top_srcdir)/src/plugins/notification/gtkhotkey \
20 -I$(top_builddir)/src \
22 -I$(top_srcdir)/src/common \
23 -I$(top_srcdir)/src/gtk
25 plugindir = $(pkglibdir)/plugins
27 if BUILD_NOTIFICATION_PLUGIN
28 plugin_LTLIBRARIES = notification.la
31 notification_la_LDFLAGS = \
33 -avoid-version -module
35 EXTRA_notification_la_DEPENDENCIES = $(plugin_extra_deps) \
38 notification_la_LIBADD = $(plugin_libadd) \
42 $(libcanberra_gtk3_LIBS) \
45 notification_la_CPPFLAGS = \
53 $(libcanberra_gtk3_CFLAGS) \
56 notification_la_SOURCES = \
57 notification_banner.c \
58 notification_banner.h \
59 notification_command.c \
60 notification_command.h \
63 notification_foldercheck.c \
64 notification_foldercheck.h \
65 notification_hotkeys.c \
66 notification_hotkeys.h \
67 notification_indicator.c \
68 notification_indicator.h \
69 notification_lcdproc.c \
70 notification_lcdproc.h \
71 notification_pixbuf.c \
72 notification_pixbuf.h \
73 notification_plugin.c \
74 notification_plugin.h \
75 notification_popup.c \
76 notification_popup.h \
77 notification_prefs.c \
78 notification_prefs.h \
79 notification_trayicon.c \
80 notification_trayicon.h