0.9.4claws1
[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         stringtable.c \
21         sylpheed.c \
22         template.c \
23         utils.c \
24         uuencode.c \
25         xml.c \
26         xmlprops.c
27
28 sylpheedcommonincludedir = $(pkgincludedir)/common
29 sylpheedcommoninclude_HEADERS = \
30         base64.h \
31         defs.h \
32         hooks.h \
33         intl.h \
34         log.h \
35         md5.h \
36         mgutils.h \
37         nntp.h \
38         passcrypt.h \
39         plugin.h \
40         prefs.h \
41         progressindicator.h \
42         quoted-printable.h \
43         session.h \
44         smtp.h \
45         socket.h \
46         ssl_certificate.h \
47         ssl.h \
48         stringtable.h \
49         sylpheed.h \
50         template.h \
51         utils.h \
52         uuencode.h \
53         version.h \
54         xml.h \
55         xmlprops.h
56
57 AM_CPPFLAGS = \
58         $(GLIB_CFLAGS) \
59         $(OPENSSL_CFLAGS) \
60         -DLOCALEDIR=\""$(localedir)"\"
61
62 libsylpheedcommon_la_LIBADD = \
63         $(GLIB_LIBS) \
64         $(OPENSSL_LIBS) \
65         -lcrypt
66
67 EXTRA_DIST = \
68         version.h.in