Преглед изворни кода

added directory in Makefile.am

FlorianPalm пре 11 година
родитељ
комит
17afa95801
1 измењених фајлова са 2 додато и 2 уклоњено
  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