summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-08-01 19:55:55 +0200
committerJan Engelhardt <jengelh@medozas.de>2011-08-01 19:55:55 +0200
commit98a8de97de020cedb0240cd0554dc6246bf0237a (patch)
tree525ea3b4aeacc9f566670814945efe67c9e42b9c
parentc13ae675563ce32aa0f9e556ac84f90b9396cd46 (diff)
downloadlibnfnetlink-98a8de97de020cedb0240cd0554dc6246bf0237a.tar.gz
build: fix error with automake-1.9
src/Makefile.am: C objects in subdir but "AM_PROG_CC_C_O" not in "configure.ac" Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
-rw-r--r--.gitignore2
-rw-r--r--configure.ac1
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