Forráskód Böngészése

added directory in Makefile.am

FlorianPalm 11 éve
szülő
commit
17afa95801
1 módosított fájl, 2 hozzáadás és 2 törlés
  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