diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | client/Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 4 |
3 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 0b875b7d..78c98b87 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 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 0a10c57b..c5a7a1de 100644 --- a/configure.ac +++ b/configure.ac @@ -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) |