0.8.7claws8
[claws.git] / src / common / Makefile.am
1 noinst_LTLIBRARIES = libsylpheedcommon.la
2
3 libsylpheedcommon_la_SOURCES = \
4         base64.c base64.h \
5         defs.h \
6         hooks.c hooks.h \
7         intl.h \
8         log.c log.h \
9         md5.c md5.h \
10         nntp.c nntp.h \
11         prefs.c prefs.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         version.h \
22         uuencode.c uuencode.h
23
24 INCLUDES = \
25         $(GLIB_CFLAGS) \
26         $(OPENSSL_CFLAGS)
27
28 CPPFLAGS = \
29         -DLOCALEDIR=\""$(localedir)"\"
30
31 libsylpheedcommon_la_LIBADD = \
32         $(GLIB_LIBS) \
33         $(OPENSSL_LIBS)