From 273799ecfabe3d3a696dda38d8a400fac08d12d0 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 15 Dec 2008 04:05:18 +0100 Subject: [PATCH] Add directory for client application --- Makefile.am | 2 +- client/Makefile.am | 2 ++ configure.ac | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 client/Makefile.am diff --git a/Makefile.am b/Makefile.am index 0b875b7..78c98b8 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 0000000..0274292 --- /dev/null +++ b/client/Makefile.am @@ -0,0 +1,2 @@ + +MAINTAINERCLEANFILES = Makefile.in diff --git a/configure.ac b/configure.ac index 0a10c57..c5a7a1d 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) -- 2.7.4