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.
8 plugindir = $(pkglibdir)/plugins
10 if BUILD_PYTHON_PLUGIN
11 plugin_LTLIBRARIES = python.la
21 folderpropertiestype.c \
22 folderpropertiestype.h \
40 -avoid-version -module -z noexecstack \
48 python_la_CPPFLAGS = \
50 -I$(top_srcdir)/src/common \
51 -I$(top_builddir)/src \
52 -I$(top_srcdir)/src/gtk \
57 $(PYTHONEMBED_CFLAGS) \
59 -DPYTHON_SHARED_LIB="\"$(PYTHONEMBED_SHARED_LIB)\"" \