Parcourir la source

added directory in Makefile.am

FlorianPalm il y a 11 ans
Parent
commit
17afa95801
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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