diff --git a/src/Makefile.am b/src/Makefile.am index 537e9e04..81dced40 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,7 +19,7 @@ include $(top_srcdir)/gtest.mk # enforce compiling this dir first before decending into tests/ SUBDIRS= . -if HAVE_GTEST +if BUILD_TESTS SUBDIRS += tests endif