Merge pull request #11 from languitar/subdir-obje
authorMikael <mikael@lilotux.net>
Tue, 03 Feb 2015 18:17:09 +0100
changeset 657 481df170aff2
parent 655 eda0df5ed2af (current diff)
parent 656 7b54555425a3 (diff)
child 658 352d622c2401
child 659 761839714ea3
child 660 1da5ff42dc1f
Merge pull request #11 from languitar/subdir-obje Use subdir-objects option for autoconf
--- a/configure.ac	Tue Feb 03 17:57:27 2015 +0100
+++ b/configure.ac	Tue Feb 03 18:17:09 2015 +0100
@@ -9,7 +9,7 @@
 AC_CONFIG_SRCDIR(loudmouth/loudmouth.h)
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_AUX_DIR(build)
-AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-define -Wall])
+AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-define subdir-objects -Wall])
 
 AM_MAINTAINER_MODE