1 # Copyright 1999-2024 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.
7 include $(top_srcdir)/tests.mk
11 PLUGINDIR = $(pkglibdir)/plugins/
12 DESKTOPFILEPATH=$(datadir)/applications/claws-mail.desktop
14 noinst_LTLIBRARIES = libclawscommon.la
17 arch_sources = w32_reg.c
18 arch_headers = w32_reg.h
24 libclawscommon_la_SOURCES = $(arch_sources) \
54 clawscommonincludedir = $(pkgincludedir)/common
55 clawscommoninclude_HEADERS = $(arch_headers) \
92 -DLOCALEDIR=\""$(localedir)"\" \
93 -DPLUGINDIR=\"$(PLUGINDIR)\" \
94 -DDATAROOTDIR=\""$(datarootdir)"\" \
95 -DDESKTOPFILEPATH=\"$(DESKTOPFILEPATH)\" \
96 -DGTK_DISABLE_DEPRECATED
98 libclawscommon_la_LIBADD = \