root / libsylph / Makefile.am @ 8d7dcace
History | View | Annotate | Download (547 Bytes)
| 1 | AM_CPPFLAGS = \ |
|---|---|
| 2 | -DG_LOG_DOMAIN=\"SylFilter\" \ |
| 3 | -DSYSCONFDIR=\""$(sysconfdir)"\" \ |
| 4 | -DLOCALEDIR=\""$(localedir)"\" |
| 5 | |
| 6 | INCLUDES = $(GLIB_CFLAGS) -I$(top_srcdir) -I$(includedir) |
| 7 | |
| 8 | noinst_LTLIBRARIES = libsylph-builtin.la |
| 9 | |
| 10 | libsylph_builtin_la_SOURCES = \ |
| 11 | procheader.c procheader.h \ |
| 12 | procmsg.c procmsg.h \ |
| 13 | procmime.c procmime.h \ |
| 14 | codeconv.c codeconv.h \ |
| 15 | base64.c base64.h \ |
| 16 | quoted-printable.c quoted-printable.h \ |
| 17 | unmime.c unmime.h \ |
| 18 | uuencode.c uuencode.h \ |
| 19 | html.c html.h \ |
| 20 | utils.c utils.h \ |
| 21 | defs.h |
| 22 | |
| 23 | libsylph_builtin_la_LIBADD = $(GLIB_LIBS) |