summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.