diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-12-29 16:28:25 +0100 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-12-29 16:28:25 +0100 | 
| commit | bf169e8d82e4ef3a89076ffa096bdc5b88091401 (patch) | |
| tree | bc5747bffa2e14320d529b756ea47ff66769e44c | |
| parent | 1966b81d7f66061c73285b6e0b314fd327bc5755 (diff) | |
Add directory for client application
| -rw-r--r-- | Makefile.am | 2 | ||||
| -rw-r--r-- | client/Makefile.am | 2 | ||||
| -rw-r--r-- | configure.ac | 3 | 
3 files changed, 5 insertions, 2 deletions
| 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 | 
