0.8.7claws1
[claws.git] / src / common / Makefile.am
1 noinst_LTLIBRARIES = libsylpheedcommon.la
2
3 libsylpheedcommon_la_SOURCES = \
4         intl.h \
5         defs.h \
6         version.h \
7         base64.c base64.h \
8         hooks.c hooks.h \
9         log.c log.h \
10         md5.c md5.h \
11         nntp.c nntp.h \
12         quoted-printable.c quoted-printable.h \
13         session.c session.h \
14         smtp.c smtp.h \
15         socket.c socket.h \
16         ssl_certificate.c ssl_certificate.h \
17         ssl.c ssl.h \
18         sylpheed.c sylpheed.h \
19         template.c template.h \
20         utils.c utils.h \
21         uuencode.c uuencode.h
22
23 INCLUDES = \
24         $(GLIB_CFLAGS) \
25         $(OPENSSL_CFLAGS)
26
27 CPPFLAGS = \
28         -DLOCALEDIR=\""$(localedir)"\"
29
30 libsylpheedcommon_la_LIBADD = \
31         $(GLIB_LIBS) \
32         $(OPENSSL_LIBS)