Fixed INCLUDES
Showing
2 changed files
with
5 additions
and
3 deletions
... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
4 | 4 | ||
5 | AUTOMAKE_OPTIONS = ../lib/ansi2knr | 5 | AUTOMAKE_OPTIONS = ../lib/ansi2knr |
6 | AM_YFLAGS=-vt | 6 | AM_YFLAGS=-vt |
7 | INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib | 7 | INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib -I${top_srcdir}/mailbox |
8 | AM_CFLAGS = -DSITE_MAIL_RC=\"@SITE_MAIL_RC@\" | 8 | AM_CFLAGS = -DSITE_MAIL_RC=\"@SITE_MAIL_RC@\" |
9 | 9 | ||
10 | bin_PROGRAMS = mail | 10 | bin_PROGRAMS = mail | ... | ... |
... | @@ -4,18 +4,20 @@ | ... | @@ -4,18 +4,20 @@ |
4 | 4 | ||
5 | AUTOMAKE_OPTIONS = ../lib/ansi2knr | 5 | AUTOMAKE_OPTIONS = ../lib/ansi2knr |
6 | 6 | ||
7 | INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox/include -I${top_srcdir}/lib | 7 | INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox/include -I${top_srcdir}/include/mailutils/gnu |
8 | AM_CFLAGS = -DSITE_VIRTUAL_PWDDIR=\"@SITE_VIRTUAL_PWDDIR@\" | 8 | AM_CFLAGS = -DSITE_VIRTUAL_PWDDIR=\"@SITE_VIRTUAL_PWDDIR@\" |
9 | 9 | ||
10 | SUBDIRS = include testsuite | 10 | SUBDIRS = include testsuite |
11 | 11 | ||
12 | lib_LTLIBRARIES = libmailbox.la | 12 | lib_LTLIBRARIES = libmailbox.la |
13 | 13 | ||
14 | EXTRA_DIST = mbx_mboxscan.c md5.h strtok_r.c \ | 14 | EXTRA_DIST = mbx_mboxscan.c strtok_r.c \ |
15 | strndup.c strnlen.c strchrnul.c argp-ba.c argp-eexst.c \ | 15 | strndup.c strnlen.c strchrnul.c argp-ba.c argp-eexst.c \ |
16 | argp-fmtstream.c argp-fs-xinl.c argp-help.c argp-parse.c argp-pv.c \ | 16 | argp-fmtstream.c argp-fs-xinl.c argp-help.c argp-parse.c argp-pv.c \ |
17 | argp-pvh.c argp-xinl.c getline.c | 17 | argp-pvh.c argp-xinl.c getline.c |
18 | 18 | ||
19 | noinst_HEADERS=argp-fmtstream.h argp-namefrob.h getline.h md5.h | ||
20 | |||
19 | libmailbox_la_SOURCES = \ | 21 | libmailbox_la_SOURCES = \ |
20 | address.c \ | 22 | address.c \ |
21 | argcv.c \ | 23 | argcv.c \ | ... | ... |
-
Please register or sign in to post a comment