소스 검색

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