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 | 2 ++ configure.ac | 1 + 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 6f5ca1f..c7acff2 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ Makefile.in /aclocal.m4 /autom4te.cache +/compile /config.* /configure /depcomp @@ -15,5 +16,6 @@ Makefile.in /libtool /ltmain.sh /missing +/stamp-h1 /*.pc diff --git a/configure.ac b/configure.ac index dedf2f8..25a5b41 100644 --- a/configure.ac +++ b/configure.ac @@ -7,6 +7,7 @@ AC_CANONICAL_HOST AM_INIT_AUTOMAKE([-Wall foreign subdir-objects dist-bzip2 1.6]) AC_PROG_CC +AM_PROG_CC_C_O AC_EXEEXT AC_DISABLE_STATIC AM_PROG_LIBTOOL -- 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