chiark / gitweb /
build-sys: generate intermediate files in subdirs
[elogind.git] / configure.ac
index 1d2efc3ae430d6134cd8653af34767f55dd3f1c3..691d97000937b301c69a141038b5102ad3034930 100644 (file)
 AC_PREREQ(2.63)
 
 AC_INIT([systemd],[0],[systemd-devel@lists.freedesktop.org])
-AC_CONFIG_SRCDIR([main.c])
+AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS([config.h])
 
-AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules tar-pax])
+AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules tar-pax subdir-objects])
 
 AC_SUBST(PACKAGE_URL, [http://www.freedesktop.org/wiki/Software/systemd])