src/Makefile.am: C objects in subdir but "AM_PROG_CC_C_O" not in "configure.ac" Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxx> --- .gitignore | 1 + configure.ac | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index c9550f5..d0fb94d 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ Makefile.in /aclocal.m4 /autom4te.cache +/compile /config.* /configure /depcomp diff --git a/configure.ac b/configure.ac index f18138e..6247629 100644 --- a/configure.ac +++ b/configure.ac @@ -11,6 +11,7 @@ dnl kernel style compile messages m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_PROG_CC +AM_PROG_CC_C_O AC_DISABLE_STATIC AM_PROG_LIBTOOL AC_PROG_INSTALL -- 1.7.3.4 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html