summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--client/Makefile.am2
-rw-r--r--configure.ac3
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