Compile libmailutils first, then recurse into the subdirs.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -24,7 +24,7 @@ AM_CPPFLAGS = -DSITE_VIRTUAL_PWDDIR=\"@SITE_VIRTUAL_PWDDIR@\" -DGNULIB_ARGP_EXTE | ... | @@ -24,7 +24,7 @@ AM_CPPFLAGS = -DSITE_VIRTUAL_PWDDIR=\"@SITE_VIRTUAL_PWDDIR@\" -DGNULIB_ARGP_EXTE |
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 = . include mbox pop nntp imap mh maildir testsuite |
28 | 28 | ||
29 | lib_LTLIBRARIES = libmailutils.la | 29 | lib_LTLIBRARIES = libmailutils.la |
30 | 30 | ... | ... |
-
Please register or sign in to post a comment