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:
+1
-1
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user