buildsystem: use subdir-objects automake option as suggested by automake
authorGregor Jasny <gjasny@googlemail.com>
Sun, 13 Oct 2013 10:46:59 +0000 (12:46 +0200)
committerGregor Jasny <gjasny@googlemail.com>
Sun, 13 Oct 2013 10:46:59 +0000 (12:46 +0200)
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
.gitignore
configure.ac

index 9249146..6b3f80a 100644 (file)
@@ -12,6 +12,7 @@
 *.spec
 .libs
 .deps
+.dirstamp
 config.h
 config.h.in
 config.log
@@ -26,4 +27,4 @@ build-aux
 libtool
 stamp-h1
 po
-ABOUT-NLS
\ No newline at end of file
+ABOUT-NLS
index 1e24c91..ca94f52 100644 (file)
@@ -45,7 +45,7 @@ AC_CONFIG_FILES([Makefile
        lib/libv4l2rds/libv4l2rds.pc
 ])
 
-AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 -Wno-portability]) # 1.10 is needed for target_LIBTOOLFLAGS
+AM_INIT_AUTOMAKE([1.9 subdir-objects no-dist-gzip dist-bzip2 -Wno-portability]) # 1.10 is needed for target_LIBTOOLFLAGS
 
 AM_MAINTAINER_MODE
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])