]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Store object files in the same directory as the source files
authorTobias Brunner <tobias@strongswan.org>
Thu, 5 Sep 2013 12:19:14 +0000 (14:19 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 5 Sep 2013 12:24:26 +0000 (14:24 +0200)
Future automake releases will apparently do that implicitly, but current
releases spit out nasty warning messages.

configure.ac

index 9e1d1a16e5e682a71ad262ef0b13d0000b3968b0..a07bfa8d14fbc2632f37c6b80677aaa07926cc68 100644 (file)
@@ -20,7 +20,7 @@
 # ============================
 
 AC_INIT([strongSwan],[5.1.1dr3])
-AM_INIT_AUTOMAKE(tar-ustar)
+AM_INIT_AUTOMAKE([tar-ustar subdir-objects])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
 AC_CONFIG_MACRO_DIR([m4/config])
 AC_CONFIG_HEADERS([config.h])