* 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
# note, we need top_builddir for snarfing with 'make distcheck' (ie.,
# with separate builddir)
SUBDIRS= . mu examples
if BUILD_TESTS
SUBDIRS += tests
endif
SUBDIRS= . mu examples tests
INCLUDES=-I. -I${top_builddir} -I${top_srcdir}/lib ${GUILE_CFLAGS} ${GLIB_CFLAGS}