* bump glib version to 2.24, make gtest stuff non-optional

(even ubuntu 10.04 comes with 2.24, so that should be conservative enough)
This commit is contained in:
djcb
2012-08-11 18:48:48 +03:00
parent 05fbc63b32
commit 38a2ee788b
4 changed files with 4 additions and 25 deletions

View File

@ -18,11 +18,7 @@ include $(top_srcdir)/gtest.mk
# enforce compiling guile (optionally) first,then this dir first
# before decending into tests/
SUBDIRS= .
if BUILD_TESTS
SUBDIRS += tests
endif
SUBDIRS= . tests
if BUILD_CRYPTO
crypto=mu-msg-crypto.c mu-msg-crypto.h