From f232df6368ac62d67113f7e9d5835dc14acb3994 Mon Sep 17 00:00:00 2001 From: Gregor Jasny Date: Sun, 13 Oct 2013 12:46:59 +0200 Subject: [PATCH] buildsystem: use subdir-objects automake option as suggested by automake Signed-off-by: Gregor Jasny --- .gitignore | 3 ++- configure.ac | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9249146..6b3f80a 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/configure.ac b/configure.ac index 1e24c91..ca94f52 100644 --- a/configure.ac +++ b/configure.ac @@ -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])]) -- 2.7.4