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/
8 noinst_LTLIBRARIES = libclawsetpan.la
10 libclawsetpan_la_SOURCES = \
11 etpan-thread-manager.c \
16 clawsetpanincludedir = $(pkgincludedir)/etpan
17 clawsetpaninclude_HEADERS = \
18 etpan-thread-manager-types.h \
19 etpan-thread-manager.h \
27 -I$(top_srcdir)/src/common \
28 -I$(top_srcdir)/src/gtk \
33 libclawsetpan_la_LIBADD = \
34 ../common/libclawscommon.la \