0.8.8claws3
[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         plugin.c plugin.h \
12         prefs.c prefs.h \
13         quoted-printable.c quoted-printable.h \
14         session.c session.h \
15         smtp.c smtp.h \
16         socket.c socket.h \
17         ssl_certificate.c ssl_certificate.h \
18         ssl.c ssl.h \
19         sylpheed.c sylpheed.h \
20         template.c template.h \
21         utils.c utils.h \
22         version.h \
23         uuencode.c uuencode.h
24
25 CPPFLAGS = \
26         $(GLIB_CFLAGS) \
27         $(OPENSSL_CFLAGS) \
28         -DLOCALEDIR=\""$(localedir)"\"
29
30 libsylpheedcommon_la_LIBADD = \
31         $(GLIB_LIBS) \
32         $(OPENSSL_LIBS)
33
34 EXTRA_DIST = \
35         version.h.in