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.
6 PLUGINDIR = $(pkglibdir)/plugins/
7 DESKTOPFILEPATH=$(datadir)/applications/claws-mail.desktop
9 noinst_LTLIBRARIES = libclawscommon.la
12 arch_sources = w32_reg.c w32_signal.c w32_stat.c \
13 w32_stdio.c w32_stdlib.c w32_string.c w32_time.c \
14 w32_unistd.c w32_wait.c w32_account.c
15 arch_headers = w32lib.h
21 libclawscommon_la_SOURCES = $(arch_sources) \
46 clawscommonincludedir = $(pkgincludedir)/common
47 clawscommoninclude_HEADERS = $(arch_headers) \
77 -I$(top_srcdir)/intl \
80 -DLOCALEDIR=\""$(localedir)"\" \
81 -DPLUGINDIR=\"$(PLUGINDIR)\" \
82 -DDATAROOTDIR=\""$(datarootdir)"\" \
83 -DDESKTOPFILEPATH=\"$(DESKTOPFILEPATH)\" \
84 -DGTK_DISABLE_DEPRECATED
86 libclawscommon_la_LIBADD = \