Parcourir la source

fix typo in 16222

Samuel Thibault il y a 10 ans
Parent
commit
7fcc693b4e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Makefile.am

+ 1 - 1
Makefile.am

@@ -21,7 +21,7 @@ CLEANFILES = *.gcno *.gcda *.linkinfo
 SUBDIRS = src
 SUBDIRS += tools
 
-if BUILD_EXAMPLES
+if BUILD_TESTS
 SUBDIRS += tests
 endif