Explorar el Código

added directory in Makefile.am

FlorianPalm hace 11 años
padre
commit
17afa95801
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      Makefile.am

+ 2 - 2
Makefile.am

@@ -6,10 +6,10 @@ AM_CFLAGS = -O2
 endif
 
 if HAVE_CHECK
-    SUBS=src tests .
+    SUBS=src tests tool
 
 else 
-    SUBS=src .
+    SUBS=src tool
 endif
 
 SUBDIRS = $(SUBS) examples/src