Commit a666aeb0 a666aeb0fd0acfcf41b01774ab8ca58853407ee1 by Sergey Poznyakoff

Compile libmailutils first, then recurse into the subdirs.

1 parent b702a81b
...@@ -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
......