Commit 2101ef3e 2101ef3eb88290f1f7e489d7a6ec0c5f6d42a4d4 by Sergey Poznyakoff

(INCLUDES): Add mailbox (for getline.h)

1 parent 7b8b7d24
...@@ -34,7 +34,7 @@ noinst_PROGRAMS = \ ...@@ -34,7 +34,7 @@ noinst_PROGRAMS = \
34 moddir=@SIEVE_MODDIR@ 34 moddir=@SIEVE_MODDIR@
35 mod_LTLIBRARIES = numaddr.la 35 mod_LTLIBRARIES = numaddr.la
36 36
37 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib @INTLINCS@ 37 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib -I$(top_srcdir)/mailbox @INTLINCS@
38 AM_LDFLAGS = ../mailbox/libmailbox.la ../lib/libmailutils.la 38 AM_LDFLAGS = ../mailbox/libmailbox.la ../lib/libmailutils.la
39 39
40 numaddr_la_SOURCES = numaddr.c 40 numaddr_la_SOURCES = numaddr.c
......
...@@ -60,6 +60,7 @@ ...@@ -60,6 +60,7 @@
60 #include <sys/socket.h> 60 #include <sys/socket.h>
61 #include <netinet/in.h> 61 #include <netinet/in.h>
62 #include <mu_asprintf.h> 62 #include <mu_asprintf.h>
63 #include <getline.h>
63 #include <mailutils/argcv.h> 64 #include <mailutils/argcv.h>
64 #include <mailutils/mailutils.h> 65 #include <mailutils/mailutils.h>
65 66
......