summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/Makefile.am26
1 files changed, 25 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index eb2203285..19248b837 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -61,11 +61,35 @@ aclck_LDADD =\
../lib/libmuaux.la\
${MU_LIB_MAILUTILS}
-
argcv_LDADD =\
../lib/libmuaux.la\
${MU_LIB_MAILUTILS}
+base64_LDADD =\
+ ../lib/libmuaux.la\
+ ${MU_LIB_MAILUTILS}
+
+decode2047_LDADD =\
+ ../lib/libmuaux.la\
+ ${MU_LIB_MAILUTILS}
+
+echosrv_LDADD =\
+ ../lib/libmuaux.la\
+ ${MU_LIB_MAILUTILS}
+
+encode2047_LDADD =\
+ ../lib/libmuaux.la\
+ ${MU_LIB_MAILUTILS}
+
+header_LDADD =\
+ ../lib/libmuaux.la\
+ ${MU_LIB_MAILUTILS}
+
+listop_LDADD =\
+ ../lib/libmuaux.la\
+ ${MU_LIB_MAILUTILS}
+
+
numaddr_la_SOURCES = numaddr.c
numaddr_la_LIBADD = ${MU_LIB_SIEVE}
numaddr_la_LDFLAGS = -module -avoid-version -no-undefined

Return to:

Send suggestions and report system problems to the System administrator.