summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-10-19 11:58:02 +0200
committerJan Engelhardt <jengelh@medozas.de>2010-10-19 11:58:02 +0200
commit5f79ee7952548e37b3c237142d33a158d10c6fc7 (patch)
treed8ead62073a51b19093f6bbb40bdaa22da61f976
parentb9db7e1adc2ae58b6b851fed9cef045fd06d3144 (diff)
build: use subdir-objects and CC_C_O
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index dfdd098..6a199c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,9 +3,10 @@ dnl Process this file with autoconf to create configure.
AC_INIT([libmnl], [1.0.0-beta0])
AC_CANONICAL_SYSTEM
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([foreign dist-bzip2 1.6])
+AM_INIT_AUTOMAKE([foreign dist-bzip2 1.6 subdir-objects])
AC_PROG_CC
+AM_PROG_CC_C_O
AC_EXEEXT
AM_PROG_LIBTOOL
AC_SUBST(LIBTOOL_DEPS)