added libmailutils to compile cleanly
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -17,7 +17,7 @@ moddir=@SIEVE_MODDIR@ | ... | @@ -17,7 +17,7 @@ moddir=@SIEVE_MODDIR@ |
17 | mod_LTLIBRARIES = numaddr.la | 17 | mod_LTLIBRARIES = numaddr.la |
18 | 18 | ||
19 | INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib | 19 | INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib |
20 | AM_LDFLAGS = ../mailbox/libmailbox.la | 20 | AM_LDFLAGS = ../mailbox/libmailbox.la ../lib/libmailutils.la |
21 | 21 | ||
22 | numaddr_la_SOURCES = numaddr.c | 22 | numaddr_la_SOURCES = numaddr.c |
23 | numaddr_la_LIBADD = ../libsieve/libsieve.la | 23 | numaddr_la_LIBADD = ../libsieve/libsieve.la | ... | ... |
-
Please register or sign in to post a comment