(INCLUDES): Add mailbox (for getline.h)
Showing
2 changed files
with
2 additions
and
1 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment