root / libsylph / Makefile.am @ 540
History | View | Annotate | Download (550 Bytes)
| 1 | |
|---|---|
| 2 | AM_CPPFLAGS = -DG_LOG_DOMAIN=\"LibSylph\" |
| 3 | |
| 4 | INCLUDES = $(GLIB_CFLAGS) -I$(top_srcdir) -I$(includedir) |
| 5 | |
| 6 | #lib_LTLIBRARIES = libsylph.la |
| 7 | noinst_LTLIBRARIES = libsylph.la |
| 8 | |
| 9 | libsylph_la_SOURCES = \ |
| 10 | defs.h \ |
| 11 | base64.c base64.h \ |
| 12 | codeconv.c codeconv.h \ |
| 13 | html.c html.h \ |
| 14 | prefs.c prefs.h \ |
| 15 | quoted-printable.c quoted-printable.h \ |
| 16 | session.c session.h \ |
| 17 | socket.c socket.h \ |
| 18 | ssl.c ssl.h \ |
| 19 | stringtable.c stringtable.h \ |
| 20 | unmime.c unmime.h \ |
| 21 | utils.c utils.h \ |
| 22 | uuencode.c uuencode.h \ |
| 23 | xml.c xml.h |
| 24 | |
| 25 | libsylph_la_LDFLAGS = |
| 26 | libsylph_la_LIBADD = $(GLIB_LIBS) |