1 # Copyright 1999-2014 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) \
90 -I$(top_srcdir)/intl \
93 -DLOCALEDIR=\""$(localedir)"\" \
94 -DPLUGINDIR=\"$(PLUGINDIR)\" \
95 -DDATAROOTDIR=\""$(datarootdir)"\" \
96 -DDESKTOPFILEPATH=\"$(DESKTOPFILEPATH)\" \
97 -DGTK_DISABLE_DEPRECATED
99 libclawscommon_la_LIBADD = \