[msitools] build-sys: use subdir-objects



commit 26a7862fbee78a6b427caccb3f36c8504869a751
Author: Marc-André Lureau <marcandre lureau gmail com>
Date:   Sun Nov 30 03:48:05 2014 +0100

    build-sys: use subdir-objects
    
    To shut up some autofoo warnings

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ea34ade..3e23438 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR([libmsi/sql-parser.y])
-AM_INIT_AUTOMAKE([foreign -Wno-portability dist-xz])
+AM_INIT_AUTOMAKE([foreign -Wno-portability dist-xz subdir-objects])
 AM_MAINTAINER_MODE([enable])
 
 AC_CANONICAL_HOST


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]