summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-11-09 11:49:29 +0200
committerSergey Poznyakoff <gray@gnu.org>2019-11-09 11:51:11 +0200
commit3d889508a084c2c0ea2a2741e2b3dba86e8ef7c7 (patch)
treec9b0b879ad0c567425b5f3ae6cafc929335d3971
parentcaf940a246c29fa75b5f587e38c20c9bc3476f2b (diff)
downloadmailutils-3d889508a084c2c0ea2a2741e2b3dba86e8ef7c7.tar.gz
mailutils-3d889508a084c2c0ea2a2741e2b3dba86e8ef7c7.tar.bz2
Fix SUBDIRS ordering in Makefile.am's
* imap4d/Makefile.am: Build in source dir before tests. * mimeview/Makefile.am: Likewise. * pop3d/Makefile.am: Likewise. * mail/Makefile.am: Likewise.
-rw-r--r--imap4d/Makefile.am2
-rw-r--r--mail/Makefile.am2
-rw-r--r--mimeview/Makefile.am2
-rw-r--r--pop3d/Makefile.am2
4 files changed, 4 insertions, 4 deletions
diff --git a/imap4d/Makefile.am b/imap4d/Makefile.am
index b46c3fef6..7b44701a4 100644
--- a/imap4d/Makefile.am
+++ b/imap4d/Makefile.am
@@ -15,7 +15,7 @@
## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
AM_CPPFLAGS = @MU_APP_COMMON_INCLUDES@ @MU_AUTHINCS@ @SERV_AUTHINCS@
-SUBDIRS = tests
+SUBDIRS = . tests
sbin_PROGRAMS = imap4d
diff --git a/mail/Makefile.am b/mail/Makefile.am
index 6e445c331..38400589a 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -95,5 +95,5 @@ mail_SOURCES = \
write.c\
z.c
-SUBDIRS = testsuite tests
+SUBDIRS = . testsuite tests
diff --git a/mimeview/Makefile.am b/mimeview/Makefile.am
index e2ff1558c..a9d95393a 100644
--- a/mimeview/Makefile.am
+++ b/mimeview/Makefile.am
@@ -14,7 +14,7 @@
## You should have received a copy of the GNU General Public License
## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
-SUBDIRS = tests
+SUBDIRS = . tests
AM_CPPFLAGS = \
@MU_APP_COMMON_INCLUDES@\
diff --git a/pop3d/Makefile.am b/pop3d/Makefile.am
index f2f81bb54..36f8dbd8e 100644
--- a/pop3d/Makefile.am
+++ b/pop3d/Makefile.am
@@ -19,7 +19,7 @@ AM_CPPFLAGS = @MU_APP_COMMON_INCLUDES@
sbin_PROGRAMS = pop3d
bin_PROGRAMS = @POPAUTH@
EXTRA_PROGRAMS = popauth
-SUBDIRS = testsuite
+SUBDIRS = . testsuite
pop3d_SOURCES =\
apop.c\

Return to:

Send suggestions and report system problems to the System administrator.