Store object files in the same directory as the source files

Future automake releases will apparently do that implicitly, but current
releases spit out nasty warning messages.
This commit is contained in:
Tobias Brunner
2013-09-05 14:24:26 +02:00
parent ae32172619
commit 70aefb9430
+1 -1
View 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])