* prepare for guile/tests

This commit is contained in:
djcb 2012-07-12 15:46:45 +03:00
parent c2676540d0
commit 93c46dda8f
2 changed files with 4 additions and 3 deletions

View File

@ -59,7 +59,7 @@ AS_IF([test "x$enable_mu4e" != "xno"], [
AS_IF([test "x$lispdir" != "xno"], [emacs_version="`$EMACS --version | head -1`"])
AS_CASE([$emacs_version],[*23*|*24*|*25*],[build_mu4e=yes],
[AC_WARN([emacs is too old to build mu4e (need emacs >= 23.x)])])
])
])
AM_CONDITIONAL(BUILD_MU4E, test "x$build_mu4e" = "xyes")
# we need some special tricks for filesystems that don't have d_type;
@ -316,6 +316,7 @@ mu4e/version.texi
guile/Makefile
guile/mu/Makefile
guile/examples/Makefile
guile/tests/Makefile
toys/Makefile
toys/mug/Makefile
toys/mug2/Makefile

View File

@ -1,4 +1,4 @@
## Copyright (C) 2011 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
## Copyright (C) 2011-2012 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@ -24,7 +24,7 @@ AM_CXXFLAGS=-Wall -Wextra -Wno-unused-parameter
# note, we need top_builddir for snarfing with 'make distcheck' (ie.,
# with separate builddir)
SUBDIRS= . mu examples
SUBDIRS= . mu examples tests
INCLUDES=-I. -I${top_builddir} -I${top_srcdir}/lib ${GUILE_CFLAGS} ${GLIB_CFLAGS}
# don't use -Werror, as it might break on other compilers