root / libsylph / Makefile.am @ a1de4e94
History | View | Annotate | Download (625 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 | if BUILTIN_LIBSYLPH |
| 11 | libsylph_builtin_la_SOURCES = \ |
| 12 | procheader.c procheader.h \ |
| 13 | procmsg.c procmsg.h \ |
| 14 | procmime.c procmime.h \ |
| 15 | codeconv.c codeconv.h \ |
| 16 | base64.c base64.h \ |
| 17 | quoted-printable.c quoted-printable.h \ |
| 18 | unmime.c unmime.h \ |
| 19 | uuencode.c uuencode.h \ |
| 20 | html.c html.h \ |
| 21 | utils.c utils.h \ |
| 22 | defs.h |
| 23 | else |
| 24 | libsylph_builtin_la_SOURCES = |
| 25 | endif |
| 26 | |
| 27 | libsylph_builtin_la_LIBADD = $(GLIB_LIBS) $(LIBSYLPH_LIBS) |