Explorar el Código

fix typo in 16222

Samuel Thibault hace 10 años
padre
commit
7fcc693b4e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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