Przeglądaj źródła

added directory in Makefile.am

FlorianPalm 11 lat temu
rodzic
commit
17afa95801
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      Makefile.am

+ 2 - 2
Makefile.am

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