aboutsummaryrefslogtreecommitdiff
path: root/libsylph/Makefile.am
blob: c0cfc8f800c7f37f8515554b9e446ee87f09f082 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

AM_CPPFLAGS = -DG_LOG_DOMAIN=\"LibSylph\"

INCLUDES = $(GLIB_CFLAGS) -I$(top_srcdir) -I$(includedir)

#lib_LTLIBRARIES = libsylph.la
noinst_LTLIBRARIES = libsylph.la

libsylph_la_SOURCES = \
	defs.h \
	base64.c base64.h \
	codeconv.c codeconv.h \
	html.c html.h \
	prefs.c prefs.h \
	quoted-printable.c quoted-printable.h \
	recv.c recv.h \
	session.c session.h \
	socket.c socket.h \
	ssl.c ssl.h \
	stringtable.c stringtable.h \
	unmime.c unmime.h \
	utils.c utils.h \
	uuencode.c uuencode.h \
	xml.c xml.h

libsylph_la_LDFLAGS =
libsylph_la_LIBADD = $(GLIB_LIBS)