ソースを参照

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