* prepare for guile/tests
This commit is contained in:
@ -59,7 +59,7 @@ AS_IF([test "x$enable_mu4e" != "xno"], [
|
|||||||
AS_IF([test "x$lispdir" != "xno"], [emacs_version="`$EMACS --version | head -1`"])
|
AS_IF([test "x$lispdir" != "xno"], [emacs_version="`$EMACS --version | head -1`"])
|
||||||
AS_CASE([$emacs_version],[*23*|*24*|*25*],[build_mu4e=yes],
|
AS_CASE([$emacs_version],[*23*|*24*|*25*],[build_mu4e=yes],
|
||||||
[AC_WARN([emacs is too old to build mu4e (need emacs >= 23.x)])])
|
[AC_WARN([emacs is too old to build mu4e (need emacs >= 23.x)])])
|
||||||
])
|
])
|
||||||
AM_CONDITIONAL(BUILD_MU4E, test "x$build_mu4e" = "xyes")
|
AM_CONDITIONAL(BUILD_MU4E, test "x$build_mu4e" = "xyes")
|
||||||
|
|
||||||
# we need some special tricks for filesystems that don't have d_type;
|
# we need some special tricks for filesystems that don't have d_type;
|
||||||
@ -316,6 +316,7 @@ mu4e/version.texi
|
|||||||
guile/Makefile
|
guile/Makefile
|
||||||
guile/mu/Makefile
|
guile/mu/Makefile
|
||||||
guile/examples/Makefile
|
guile/examples/Makefile
|
||||||
|
guile/tests/Makefile
|
||||||
toys/Makefile
|
toys/Makefile
|
||||||
toys/mug/Makefile
|
toys/mug/Makefile
|
||||||
toys/mug2/Makefile
|
toys/mug2/Makefile
|
||||||
|
|||||||
@ -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
|
## 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
|
## 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.,
|
# note, we need top_builddir for snarfing with 'make distcheck' (ie.,
|
||||||
# with separate builddir)
|
# with separate builddir)
|
||||||
SUBDIRS= . mu examples
|
SUBDIRS= . mu examples tests
|
||||||
INCLUDES=-I. -I${top_builddir} -I${top_srcdir}/lib ${GUILE_CFLAGS} ${GLIB_CFLAGS}
|
INCLUDES=-I. -I${top_builddir} -I${top_srcdir}/lib ${GUILE_CFLAGS} ${GLIB_CFLAGS}
|
||||||
|
|
||||||
# don't use -Werror, as it might break on other compilers
|
# don't use -Werror, as it might break on other compilers
|
||||||
|
|||||||
Reference in New Issue
Block a user