Improve some sieve-related translations
[claws.git] / src / plugins / notification / Makefile.am
blob8fba4af3afb3fa821b97bbf52c7188be50491eaa
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 if BUILD_HOTKEYS
9 hotkey_lib = libcmnpgtkhotkey.la
10 hotkey_lib_path = $(top_builddir)/src/plugins/notification/gtkhotkey/libcmnpgtkhotkey.la
11 else
12 hotkey_lib =
13 hotkey_lib_path =
14 endif
16 SUBDIRS=gtkhotkey
18 IFLAGS = \
19         -I$(top_srcdir)/src/plugins/notification/gtkhotkey \
20         -I$(top_builddir)/src \
21         -I$(top_srcdir)/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
29 endif
31 notification_la_LDFLAGS = \
32         $(plugin_ldflags) \
33         -avoid-version -module
35 EXTRA_notification_la_DEPENDENCIES = $(plugin_extra_deps) \
36         $(hotkey_lib_path)
38 notification_la_LIBADD = $(plugin_libadd) \
39         $(GTK_LIBS)  \
40         $(libnotify_LIBS) \
41         $(unity_LIBS) \
42         $(libcanberra_gtk3_LIBS) \
43         $(hotkey_lib_path)
45 notification_la_CPPFLAGS = \
46         $(IFLAGS) \
47         $(NOTIFY_CFLAGS) \
48         $(GLIB_CFLAGS) \
49         $(GTK_CFLAGS) \
50         $(ENCHANT_CFLAGS) \
51         $(libnotify_CFLAGS) \
52         $(unity_CFLAGS) \
53         $(libcanberra_gtk3_CFLAGS) \
54         -Wall
56 notification_la_SOURCES = \
57         notification_banner.c \
58         notification_banner.h \
59         notification_command.c \
60         notification_command.h \
61         notification_core.c \
62         notification_core.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
82 .PHONY: test