6c6619d4b19f18c782cfb42316b9ddc36e014166
[claws.git] / src / common / Makefile.am
1 noinst_LTLIBRARIES = libsylpheedcommon.la
2
3 libsylpheedcommon_la_SOURCES = \
4         utils.c utils.h \
5         base64.c base64.h \
6         uuencode.c uuencode.h \
7         socket.c socket.h \
8         ssl.c ssl.h \
9         log.c log.h
10
11 INCLUDES = \
12         $(GLIB_CFLAGS)
13
14 libsylpheedcommon_la_LIBADD = \
15         $(GLIB_LIBS)