fix CID 1596595: Resource leaks, and CID 1596594: (CHECKED_RETURN)
[claws.git] / src / etpan / Makefile.am
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.
5
6 PLUGINDIR = $(pkglibdir)/plugins/
7
8 noinst_LTLIBRARIES = libclawsetpan.la
9
10 libclawsetpan_la_SOURCES = \
11         etpan-thread-manager.c \
12         imap-thread.c \
13         nntp-thread.c \
14         etpan-ssl.c
15
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
24
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)
32
33 libclawsetpan_la_LIBADD = \
34         ../common/libclawscommon.la \
35         $(GTK_LIBS) \
36         $(LIBETPAN_LIBS) \
37         $(ENCHANT_LIBS)
38
39 .PHONY: test