add support for Ayatana indicator to Notification plugin
[claws.git] / src / etpan / Makefile.am
blob2a6e09386e016e4a096ba5025ebb5186079ab736
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 \
12         imap-thread.c \
13         nntp-thread.c \
14         etpan-ssl.c
16 clawsetpanincludedir = $(pkgincludedir)/etpan
17 clawsetpaninclude_HEADERS = \
18         etpan-thread-manager-types.h \
19         etpan-thread-manager.h \
20         etpan-errors.h \
21         imap-thread.h \
22         nntp-thread.h \
23         etpan-ssl.h
25 AM_CPPFLAGS = \
26         -I$(top_srcdir)/src \
27         -I$(top_srcdir)/src/common \
28         -I$(top_srcdir)/src/gtk \
29         $(GTK_CFLAGS) \
30         $(LIBETPAN_CFLAGS) \
31         $(ENCHANT_CFLAGS)
33 libclawsetpan_la_LIBADD = \
34         ../common/libclawscommon.la \
35         $(GTK_LIBS) \
36         $(LIBETPAN_LIBS) \
37         $(ENCHANT_LIBS)
39 .PHONY: test