diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 805ce94..9176db7 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(arctica-greeter, 0.99.0.1) AC_CONFIG_MACRO_DIR(m4) -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE(subdir-objects) AM_PROG_CC_C_O AM_PROG_VALAC([0.24.0]) AM_CONFIG_HEADER(config.h) |