Add directory for client application
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 15 Dec 2008 03:05:18 +0000 (04:05 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 15 Dec 2008 03:05:18 +0000 (04:05 +0100)
Makefile.am
client/Makefile.am [new file with mode: 0644]
configure.ac

index 0b875b7..78c98b8 100644 (file)
@@ -1,5 +1,5 @@
 
-SUBDIRS = gdbus include src plugins scripts test doc
+SUBDIRS = gdbus include src plugins client scripts test doc
 
 pkgconfigdir = $(libdir)/pkgconfig
 
diff --git a/client/Makefile.am b/client/Makefile.am
new file mode 100644 (file)
index 0000000..0274292
--- /dev/null
@@ -0,0 +1,2 @@
+
+MAINTAINERCLEANFILES = Makefile.in
index 0a10c57..c5a7a1d 100644 (file)
@@ -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)