Release 0.5
[connman] / configure.ac
index ffe01fe..0f81dde 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.50)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(connman, 0.2)
+AM_INIT_AUTOMAKE(connman, 0.5)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE
@@ -89,5 +89,5 @@ AC_ARG_ENABLE(fake, AC_HELP_STRING([--enable-fake],
 AM_CONDITIONAL(FAKE, test "${enable_fake}" = "yes")
 
 AC_OUTPUT(Makefile gdbus/Makefile include/Makefile src/Makefile doc/Makefile
-               test/Makefile plugins/Makefile scripts/Makefile scripts/connman
-                               src/connman.service doc/version.xml connman.pc)
+               test/Makefile plugins/Makefile client/Makefile scripts/Makefile
+               scripts/connman src/connman.service doc/version.xml connman.pc)