summaryrefslogtreecommitdiff
path: root/mu/libexec/ldflags.c
diff options
context:
space:
mode:
Diffstat (limited to 'mu/libexec/ldflags.c')
-rw-r--r--mu/libexec/ldflags.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mu/libexec/ldflags.c b/mu/libexec/ldflags.c
index bcfd7c03a..60a2d3bd6 100644
--- a/mu/libexec/ldflags.c
+++ b/mu/libexec/ldflags.c
@@ -38,6 +38,9 @@ struct lib_descr {
38 int flags; 38 int flags;
39} lib_descr[] = { 39} lib_descr[] = {
40 { "mbox", "-lmu_mbox", 0 }, 40 { "mbox", "-lmu_mbox", 0 },
41#ifdef ENABLE_DOTMAIL
42 { "dotmail", "-lmu_dotmail", 0 },
43#endif
41#ifdef ENABLE_MH 44#ifdef ENABLE_MH
42 { "mh", "-lmu_mh", 0 }, 45 { "mh", "-lmu_mh", 0 },
43#endif 46#endif

Return to:

Send suggestions and report system problems to the System administrator.