summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarel Henman <dhenman@gmail.com>2008-02-25 04:26:42 +0000
committerDarel Henman <dhenman@gmail.com>2008-02-25 04:26:42 +0000
commit8363108e46c198448ca7faaa3153b252e48bcb64 (patch)
treebe0623bdc310b89d94344af0dfa50fe084987507
parent28d345e45152445cdf4ab6551da7b783a79ca0a8 (diff)
downloadmailutils-8363108e46c198448ca7faaa3153b252e48bcb64.tar.gz
mailutils-8363108e46c198448ca7faaa3153b252e48bcb64.tar.bz2
2008-02-25 Darel Henman <dhenman@gmail.com> \n\n\t* examples/Makefile.am: Added a missing getopt, optarg, optind dependency for the following files: base64.c, decode2047.c, echosrv.c, encode2047.c, header.c, and listop.c. This change adds the <filename>_LDADD for them.
-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.