소스 검색

add subdir-objects to AUTOMAKE_OPTIONS, this builds object files in subdirs with non-recursive make

Stewart Smith 11 년 전
부모
커밋
e612179e09
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Makefile.am

+ 1 - 1
Makefile.am

@@ -5,7 +5,7 @@
 
 # "foreign" means we don't follow GNU package layout standards
 # 1.7 means we require automake vesion 1.7
-AUTOMAKE_OPTIONS = foreign 1.7
+AUTOMAKE_OPTIONS = foreign 1.7 subdir-objects
 
 noinst_LIBRARIES=
 EXTRA_DIST=