[libbdplus-devel] automake: use subdir-objects

anonymous git at videolan.org
Tue May 27 10:03:38 CEST 2014


libbdplus | branch: master | anonymous <anonymous at anonymous.org> | Tue May 27 11:03:02 2014 +0300| [c90b6bb8634c3e91534c9f3da16de909b98434ec] | committer: anonymous

automake: use subdir-objects

> http://git.videolan.org/gitweb.cgi/libbdplus.git/?a=commit;h=c90b6bb8634c3e91534c9f3da16de909b98434ec
---

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 2103066..9e9c5be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ AC_INIT([libbdplus], bdplus_version, [http://www.videolan.org/developers/libbdpl
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip])
+AM_INIT_AUTOMAKE([foreign tar-ustar dist-bzip2 no-dist-gzip subdir-objects])
 AC_CONFIG_HEADERS(config.h)
 
 SET_FEATURES="-D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L"



More information about the libbdplus-devel mailing list