Use automake's subdir-objects option
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 16 Aug 2009 21:28:54 +0000 (14:28 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 16 Aug 2009 21:28:54 +0000 (14:28 -0700)
configure.ac

index 0bd32c3..04e45ac 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.60)
-AC_INIT()
+AC_INIT(connman, 0.38)
 
-AM_INIT_AUTOMAKE(connman, 0.38)
+AM_INIT_AUTOMAKE([subdir-objects])
 AM_CONFIG_HEADER(config.h)
 
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])