sync with 0.9.11cvs17 HEAD
[claws.git] / src / common / Makefile.am
1 noinst_LTLIBRARIES = libsylpheedcommon.la
2
3 libsylpheedcommon_la_SOURCES = \
4         base64.c \
5         hooks.c \
6         log.c \
7         md5.c \
8         mgutils.c \
9         nntp.c \
10         passcrypt.c \
11         plugin.c \
12         prefs.c \
13         progressindicator.c \
14         quoted-printable.c \
15         session.c \
16         smtp.c \
17         socket.c \
18         ssl.c \
19         ssl_certificate.c \
20         string_match.c \
21         stringtable.c \
22         sylpheed.c \
23         template.c \
24         utils.c \
25         uuencode.c \
26         xml.c \
27         xmlprops.c
28
29 sylpheedcommonincludedir = $(pkgincludedir)/common
30 sylpheedcommoninclude_HEADERS = \
31         base64.h \
32         defs.h \
33         hooks.h \
34         intl.h \
35         log.h \
36         md5.h \
37         mgutils.h \
38         nntp.h \
39         passcrypt.h \
40         plugin.h \
41         prefs.h \
42         progressindicator.h \
43         quoted-printable.h \
44         session.h \
45         smtp.h \
46         socket.h \
47         ssl_certificate.h \
48         ssl.h \
49         string_match.h \
50         stringtable.h \
51         sylpheed.h \
52         template.h \
53         utils.h \
54         uuencode.h \
55         version.h \
56         xml.h \
57         xmlprops.h
58
59 INCLUDES = \
60         -I$(top_srcdir)/intl
61
62 AM_CPPFLAGS = \
63         $(GLIB_CFLAGS) \
64         $(OPENSSL_CFLAGS) \
65         -DLOCALEDIR=\""$(localedir)"\"
66
67 libsylpheedcommon_la_LIBADD = \
68         $(GLIB_LIBS) \
69         $(OPENSSL_LIBS) \
70         $(CRYPT_LIBS)
71
72 EXTRA_DIST = \
73         version.h.in