Fix INCLUDES and SUBDIRS
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -18,13 +18,13 @@ | ... | @@ -18,13 +18,13 @@ |
18 | ## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA | 18 | ## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA |
19 | ## 02110-1301 USA | 19 | ## 02110-1301 USA |
20 | 20 | ||
21 | INCLUDES = @MU_COMMON_INCLUDES@ -I${top_srcdir}/mailbox/include @INTLINCS@ | 21 | INCLUDES = @MU_COMMON_INCLUDES@ -I${top_srcdir}/libproto/include @INTLINCS@ |
22 | 22 | ||
23 | AM_CPPFLAGS = -DSITE_VIRTUAL_PWDDIR=\"@SITE_VIRTUAL_PWDDIR@\" -DGNULIB_ARGP_EXTERN_BASENAME=1 | 23 | AM_CPPFLAGS = -DSITE_VIRTUAL_PWDDIR=\"@SITE_VIRTUAL_PWDDIR@\" -DGNULIB_ARGP_EXTERN_BASENAME=1 |
24 | YLWRAP = $(SHELL) $(top_srcdir)/scripts/ylwrap | 24 | YLWRAP = $(SHELL) $(top_srcdir)/scripts/ylwrap |
25 | AM_YFLAGS=-vt | 25 | AM_YFLAGS=-vt |
26 | 26 | ||
27 | SUBDIRS = . include mbox pop nntp imap mh maildir testsuite | 27 | SUBDIRS = testsuite |
28 | 28 | ||
29 | lib_LTLIBRARIES = libmailutils.la | 29 | lib_LTLIBRARIES = libmailutils.la |
30 | 30 | ... | ... |
-
Please register or sign in to post a comment