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 @@
15## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. 15## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
16 16
17AM_CPPFLAGS = @MU_APP_COMMON_INCLUDES@ @MU_AUTHINCS@ @SERV_AUTHINCS@ 17AM_CPPFLAGS = @MU_APP_COMMON_INCLUDES@ @MU_AUTHINCS@ @SERV_AUTHINCS@
18SUBDIRS = tests 18SUBDIRS = . tests
19 19
20sbin_PROGRAMS = imap4d 20sbin_PROGRAMS = imap4d
21 21
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 = \
95 write.c\ 95 write.c\
96 z.c 96 z.c
97 97
98SUBDIRS = testsuite tests 98SUBDIRS = . testsuite tests
99 99
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 @@
14## You should have received a copy of the GNU General Public License 14## You should have received a copy of the GNU General Public License
15## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. 15## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
16 16
17SUBDIRS = tests 17SUBDIRS = . tests
18 18
19AM_CPPFLAGS = \ 19AM_CPPFLAGS = \
20 @MU_APP_COMMON_INCLUDES@\ 20 @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@
19sbin_PROGRAMS = pop3d 19sbin_PROGRAMS = pop3d
20bin_PROGRAMS = @POPAUTH@ 20bin_PROGRAMS = @POPAUTH@
21EXTRA_PROGRAMS = popauth 21EXTRA_PROGRAMS = popauth
22SUBDIRS = testsuite 22SUBDIRS = . testsuite
23 23
24pop3d_SOURCES =\ 24pop3d_SOURCES =\
25 apop.c\ 25 apop.c\

Return to:

Send suggestions and report system problems to the System administrator.