From bf169e8d82e4ef3a89076ffa096bdc5b88091401 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 29 Dec 2008 16:28:25 +0100 Subject: Add directory for client application --- Makefile.am | 2 +- client/Makefile.am | 2 ++ configure.ac | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 client/Makefile.am diff --git a/Makefile.am b/Makefile.am index 2b9deb50..f2d1ca73 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = include lib sbc gdbus common src \ +SUBDIRS = include lib sbc gdbus common src client\ plugins network serial input audio \ tools rfcomm compat cups test scripts doc diff --git a/client/Makefile.am b/client/Makefile.am new file mode 100644 index 00000000..02742923 --- /dev/null +++ b/client/Makefile.am @@ -0,0 +1,2 @@ + +MAINTAINERCLEANFILES = Makefile.in diff --git a/configure.ac b/configure.ac index 29be4490..d9d38fa3 100644 --- a/configure.ac +++ b/configure.ac @@ -47,8 +47,9 @@ AC_OUTPUT([ lib/Makefile gdbus/Makefile common/Makefile - src/Makefile sbc/Makefile + src/Makefile + client/Makefile plugins/Makefile network/Makefile serial/Makefile -- cgit