2008-02-25 Darel Henman <dhenman@gmail.com> \n\n\t* examples/Makefile.am: Adde…
…d 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.
Showing
1 changed file
with
25 additions
and
1 deletions
... | @@ -61,11 +61,35 @@ aclck_LDADD =\ | ... | @@ -61,11 +61,35 @@ aclck_LDADD =\ |
61 | ../lib/libmuaux.la\ | 61 | ../lib/libmuaux.la\ |
62 | ${MU_LIB_MAILUTILS} | 62 | ${MU_LIB_MAILUTILS} |
63 | 63 | ||
64 | |||
65 | argcv_LDADD =\ | 64 | argcv_LDADD =\ |
66 | ../lib/libmuaux.la\ | 65 | ../lib/libmuaux.la\ |
67 | ${MU_LIB_MAILUTILS} | 66 | ${MU_LIB_MAILUTILS} |
68 | 67 | ||
68 | base64_LDADD =\ | ||
69 | ../lib/libmuaux.la\ | ||
70 | ${MU_LIB_MAILUTILS} | ||
71 | |||
72 | decode2047_LDADD =\ | ||
73 | ../lib/libmuaux.la\ | ||
74 | ${MU_LIB_MAILUTILS} | ||
75 | |||
76 | echosrv_LDADD =\ | ||
77 | ../lib/libmuaux.la\ | ||
78 | ${MU_LIB_MAILUTILS} | ||
79 | |||
80 | encode2047_LDADD =\ | ||
81 | ../lib/libmuaux.la\ | ||
82 | ${MU_LIB_MAILUTILS} | ||
83 | |||
84 | header_LDADD =\ | ||
85 | ../lib/libmuaux.la\ | ||
86 | ${MU_LIB_MAILUTILS} | ||
87 | |||
88 | listop_LDADD =\ | ||
89 | ../lib/libmuaux.la\ | ||
90 | ${MU_LIB_MAILUTILS} | ||
91 | |||
92 | |||
69 | numaddr_la_SOURCES = numaddr.c | 93 | numaddr_la_SOURCES = numaddr.c |
70 | numaddr_la_LIBADD = ${MU_LIB_SIEVE} | 94 | numaddr_la_LIBADD = ${MU_LIB_SIEVE} |
71 | numaddr_la_LDFLAGS = -module -avoid-version -no-undefined | 95 | numaddr_la_LDFLAGS = -module -avoid-version -no-undefined | ... | ... |
-
Please register or sign in to post a comment