Revision a1de4e94 libsylph/Makefile.am
| b/libsylph/Makefile.am | ||
|---|---|---|
| 7 | 7 |
|
| 8 | 8 |
noinst_LTLIBRARIES = libsylph-builtin.la |
| 9 | 9 |
|
| 10 |
if BUILTIN_LIBSYLPH |
|
| 10 | 11 |
libsylph_builtin_la_SOURCES = \ |
| 11 | 12 |
procheader.c procheader.h \ |
| 12 | 13 |
procmsg.c procmsg.h \ |
| ... | ... | |
| 19 | 20 |
html.c html.h \ |
| 20 | 21 |
utils.c utils.h \ |
| 21 | 22 |
defs.h |
| 23 |
else |
|
| 24 |
libsylph_builtin_la_SOURCES = |
|
| 25 |
endif |
|
| 22 | 26 |
|
| 23 |
libsylph_builtin_la_LIBADD = $(GLIB_LIBS) |
|
| 27 |
libsylph_builtin_la_LIBADD = $(GLIB_LIBS) $(LIBSYLPH_LIBS) |
|
Also available in: Unified diff