From c98b2f82a4e532ca61592b08e3ad60749eb9f8d7 Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Fri, 8 Mar 2002 21:12:35 +0000 Subject: Initial revision --- Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 00000000..17255ef5 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,7 @@ +# +# $Id$ +# + +EXTRA_DIST = ChangeLog README CREDITS + +SUBDIRS = hcid tools scripts pcmcia -- cgit From c7057958d5fbf7fa82745b5ab75844723def24ab Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Fri, 17 May 2002 01:01:13 +0000 Subject: Fix "make dist". --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 17255ef5..4c73270a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,6 @@ # $Id$ # -EXTRA_DIST = ChangeLog README CREDITS +EXTRA_DIST = ChangeLog README SUBDIRS = hcid tools scripts pcmcia -- cgit From ce0f133679d1536162c8223ea12eb582bbcafa85 Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Mon, 27 May 2002 02:25:33 +0000 Subject: Libtoolize and fix top level build. Make cleanup. --- Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4c73270a..6c007cbd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,4 @@ # $Id$ # -EXTRA_DIST = ChangeLog README - -SUBDIRS = hcid tools scripts pcmcia +SUBDIRS := hcid tools scripts pcmcia -- cgit From 6728b0dbbfba17d6d41c46aa4cadb52945070771 Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Mon, 7 Oct 2002 05:58:18 +0000 Subject: Add RFCOMM TTY configuration tool. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6c007cbd..a9fe27a4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,4 +2,4 @@ # $Id$ # -SUBDIRS := hcid tools scripts pcmcia +SUBDIRS := hcid tools rfcomm scripts pcmcia -- cgit From b5edb3c0a92674b27a95f7968e18bb51150c52f6 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 14 Oct 2002 20:46:47 +0000 Subject: Move testing programs from tools directory into the test directory --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a9fe27a4..d0351af9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,4 +2,4 @@ # $Id$ # -SUBDIRS := hcid tools rfcomm scripts pcmcia +SUBDIRS := hcid tools rfcomm test scripts pcmcia -- cgit From 976e691e5dcb92629f6f7d75a37d9ebc8e7d4da3 Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Sat, 21 Dec 2002 06:47:32 +0000 Subject: Add RPM spec file. Configure fixes. --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d0351af9..308ede8d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,3 +3,7 @@ # SUBDIRS := hcid tools rfcomm test scripts pcmcia + +DISTCLEANFILES = conftest.c conftest + +EXTRA_DIST = ChangeLog utils.spec -- cgit From 5a8fbb23664d5b346164f058c9f57d5b01c0a1bb Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 31 Mar 2004 20:29:10 +0000 Subject: Add sdpd subdirectory --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 308ede8d..1824ac2d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ # $Id$ # -SUBDIRS := hcid tools rfcomm test scripts pcmcia +SUBDIRS := hcid tools rfcomm sdpd test scripts pcmcia DISTCLEANFILES = conftest.c conftest -- cgit From 965c347ab154fd36ca98cd1fd29b048068d70dab Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 25 Apr 2004 21:54:11 +0000 Subject: Add the pand utility --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1824ac2d..6a87b06c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ # $Id$ # -SUBDIRS := hcid tools rfcomm sdpd test scripts pcmcia +SUBDIRS := hcid tools rfcomm sdpd pand test scripts pcmcia DISTCLEANFILES = conftest.c conftest -- cgit From bc4cb70ddb8fe59d8b097a62029b0f24849163a3 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 25 Apr 2004 22:03:05 +0000 Subject: Add the dund utility --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6a87b06c..0d627329 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ # $Id$ # -SUBDIRS := hcid tools rfcomm sdpd pand test scripts pcmcia +SUBDIRS := hcid tools rfcomm sdpd dund pand test scripts pcmcia DISTCLEANFILES = conftest.c conftest -- cgit From 2281c91ec70741bd49a26f4f5bd92abceca49ed5 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 28 Apr 2004 16:16:19 +0000 Subject: Add the hidd utility --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0d627329..d20a2110 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ # $Id$ # -SUBDIRS := hcid tools rfcomm sdpd dund pand test scripts pcmcia +SUBDIRS := hcid tools rfcomm sdpd dund pand hidd test scripts pcmcia DISTCLEANFILES = conftest.c conftest -- cgit From bc085054220d80e9308fe5f4c2260e7ccc06e7e3 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 2 May 2004 03:36:18 +0000 Subject: Add Bluetooth backend for CUPS --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d20a2110..1171035e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ # $Id$ # -SUBDIRS := hcid tools rfcomm sdpd dund pand hidd test scripts pcmcia +SUBDIRS := hcid tools rfcomm sdpd dund pand hidd cups test scripts pcmcia DISTCLEANFILES = conftest.c conftest -- cgit From 4df671d23077a15b6866dc6f7987da6ba06643c8 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 21 Jul 2004 15:24:22 +0000 Subject: Update autoconf routines for better lib/lib64 checks --- Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1171035e..8f534963 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,8 +2,10 @@ # $Id$ # -SUBDIRS := hcid tools rfcomm sdpd dund pand hidd cups test scripts pcmcia - -DISTCLEANFILES = conftest.c conftest +SUBDIRS = hcid tools rfcomm sdpd dund pand hidd cups test scripts pcmcia EXTRA_DIST = ChangeLog utils.spec + +MAINTAINERCLEANFILES = Makefile.in \ + aclocal.m4 configure config.h.in \ + missing install-sh mkinstalldirs -- cgit From 4a754e79fdb1c5f428e47569c0b1efda9a653ff6 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 21 Jul 2004 15:31:39 +0000 Subject: No need to add ChangeLog to EXTRA_DIST --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8f534963..c027e1c6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS = hcid tools rfcomm sdpd dund pand hidd cups test scripts pcmcia -EXTRA_DIST = ChangeLog utils.spec +EXTRA_DIST = utils.spec MAINTAINERCLEANFILES = Makefile.in \ aclocal.m4 configure config.h.in \ -- cgit From c37be1ab2480c43fdaec098f75ec5e25a65ceb59 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 27 Jul 2004 13:01:42 +0000 Subject: Make more parts optional --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c027e1c6..82416cd8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ # $Id$ # -SUBDIRS = hcid tools rfcomm sdpd dund pand hidd cups test scripts pcmcia +SUBDIRS = hcid tools rfcomm sdpd dund pand hidd cups test scripts pcmcia extra EXTRA_DIST = utils.spec -- cgit From 82c455c669afad8d25ca27aba1859013bd76c95b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 29 Jul 2004 09:27:17 +0000 Subject: Remove RPM spec file --- Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 82416cd8..0c4d3fe1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,8 +4,6 @@ SUBDIRS = hcid tools rfcomm sdpd dund pand hidd cups test scripts pcmcia extra -EXTRA_DIST = utils.spec - MAINTAINERCLEANFILES = Makefile.in \ aclocal.m4 configure config.h.in \ missing install-sh mkinstalldirs -- cgit From 93070a1a7a4af492f49d2d61d25602d032d9e0aa Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 10 Feb 2005 00:21:01 +0000 Subject: Add the ALSA library plugin for A2DP --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0c4d3fe1..ee845b02 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,8 +2,8 @@ # $Id$ # -SUBDIRS = hcid tools rfcomm sdpd dund pand hidd cups test scripts pcmcia extra +SUBDIRS = config hcid tools rfcomm sdpd dund pand hidd cups alsa test scripts pcmcia extra MAINTAINERCLEANFILES = Makefile.in \ - aclocal.m4 configure config.h.in \ - missing install-sh mkinstalldirs + aclocal.m4 configure config.h.in config.sub config.guess \ + ltmain.sh missing install-sh mkinstalldirs -- cgit From ecb55bb1b7bb070bbbfe012ef4bbdf89467a2fe3 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 10 Feb 2005 12:58:06 +0000 Subject: Fix the use of a wrong directory --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ee845b02..d6d9e992 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ # $Id$ # -SUBDIRS = config hcid tools rfcomm sdpd dund pand hidd cups alsa test scripts pcmcia extra +SUBDIRS = hcid tools rfcomm sdpd dund pand hidd cups alsa test scripts pcmcia extra MAINTAINERCLEANFILES = Makefile.in \ aclocal.m4 configure config.h.in config.sub config.guess \ -- cgit From ef776753184cd3eb25fd852284945c053094105d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 21 Apr 2005 21:48:34 +0000 Subject: Remove depcomp file --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d6d9e992..251d8da1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,4 +6,4 @@ SUBDIRS = hcid tools rfcomm sdpd dund pand hidd cups alsa test scripts pcmcia ex MAINTAINERCLEANFILES = Makefile.in \ aclocal.m4 configure config.h.in config.sub config.guess \ - ltmain.sh missing install-sh mkinstalldirs + ltmain.sh depcomp missing install-sh mkinstalldirs -- cgit From a66a22cd29417810d91c057c6febe817f3d7b26a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 22 Apr 2005 12:15:36 +0000 Subject: Add the textfile library for ASCII based file access --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 251d8da1..49650733 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,8 @@ # $Id$ # -SUBDIRS = hcid tools rfcomm sdpd dund pand hidd cups alsa test scripts pcmcia extra +SUBDIRS = common tools rfcomm hcid sdpd dund pand hidd \ + cups alsa test scripts pcmcia extra MAINTAINERCLEANFILES = Makefile.in \ aclocal.m4 configure config.h.in config.sub config.guess \ -- cgit From db90836e94acf58c4433281e2762e2560440ef51 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 4 Jul 2005 16:59:12 +0000 Subject: Add daemon directory --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 49650733..a0042ed8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ # $Id$ # -SUBDIRS = common tools rfcomm hcid sdpd dund pand hidd \ +SUBDIRS = common daemon tools rfcomm hcid sdpd dund pand hidd \ cups alsa test scripts pcmcia extra MAINTAINERCLEANFILES = Makefile.in \ -- cgit From 51cf782b65ab5f022e725faf9c78907fd8fade46 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 10 Sep 2005 10:25:38 +0000 Subject: Add support for the Filesystem in Userspace (FUSE) --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a0042ed8..17766626 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ # SUBDIRS = common daemon tools rfcomm hcid sdpd dund pand hidd \ - cups alsa test scripts pcmcia extra + cups fuse alsa test scripts pcmcia extra MAINTAINERCLEANFILES = Makefile.in \ aclocal.m4 configure config.h.in config.sub config.guess \ -- cgit From 632a9432774ff3a0c6e556e8f32a565b38890767 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 29 Oct 2005 22:36:31 +0000 Subject: Big cleanup of CVS relics --- Makefile.am | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 17766626..657fc219 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,3 @@ -# -# $Id$ -# SUBDIRS = common daemon tools rfcomm hcid sdpd dund pand hidd \ cups fuse alsa test scripts pcmcia extra -- cgit From 53a07765b285df06b6bb35865a95bf641bb52b93 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 6 Jun 2006 00:08:22 +0000 Subject: Remove PCMCIA relics --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 657fc219..dc2a1a45 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = common daemon tools rfcomm hcid sdpd dund pand hidd \ - cups fuse alsa test scripts pcmcia extra + cups fuse alsa test scripts extra MAINTAINERCLEANFILES = Makefile.in \ aclocal.m4 configure config.h.in config.sub config.guess \ -- cgit From cdf746c4835ab3b64bbff3731ce02e65b4f6861f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 10 Aug 2006 10:51:27 +0000 Subject: Remove bcm203x firmware loader --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index dc2a1a45..dfc5a3d0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = common daemon tools rfcomm hcid sdpd dund pand hidd \ - cups fuse alsa test scripts extra + cups fuse alsa test scripts MAINTAINERCLEANFILES = Makefile.in \ aclocal.m4 configure config.h.in config.sub config.guess \ -- cgit From c761480865c6b65e370e2bba750c86c226a7fc3f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 27 Oct 2006 14:46:36 +0000 Subject: Add skeletons for service implementations --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index dfc5a3d0..f76d55d4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,6 @@ -SUBDIRS = common daemon tools rfcomm hcid sdpd dund pand hidd \ +SUBDIRS = common daemon network input audio \ + tools rfcomm hcid sdpd dund pand hidd \ cups fuse alsa test scripts MAINTAINERCLEANFILES = Makefile.in \ -- cgit From 8d4c64d0e81687dbdb38224b83a6edf83fbc5c82 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 7 Nov 2006 18:54:07 +0000 Subject: Add synchronization daemon skeleton --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f76d55d4..3f121085 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = common daemon network input audio \ +SUBDIRS = common daemon network input audio sync \ tools rfcomm hcid sdpd dund pand hidd \ cups fuse alsa test scripts -- cgit From ea2ad7576177e9202759ec59069a0054f890b19d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 17 Nov 2006 23:06:49 +0000 Subject: Create one master daemon --- Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3f121085..528650e7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,8 @@ -SUBDIRS = common daemon network input audio sync \ - tools rfcomm hcid sdpd dund pand hidd \ - cups fuse alsa test scripts +SUBDIRS = common hcid sdpd daemon \ + network input audio sync \ + tools rfcomm dund pand hidd \ + cups fuse alsa test scripts MAINTAINERCLEANFILES = Makefile.in \ aclocal.m4 configure config.h.in config.sub config.guess \ -- cgit From 924e04f177e93336ccb07934223ea10103969b74 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 24 Dec 2006 13:58:59 +0000 Subject: Remove ylwrap on cleanup --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 528650e7..59adc72a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,4 +6,4 @@ SUBDIRS = common hcid sdpd daemon \ MAINTAINERCLEANFILES = Makefile.in \ aclocal.m4 configure config.h.in config.sub config.guess \ - ltmain.sh depcomp missing install-sh mkinstalldirs + ltmain.sh depcomp missing install-sh mkinstalldirs ylwrap -- cgit From f238b6612fcbe115a20279a2e7509de4e86f013e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 13 Jan 2007 23:24:49 +0000 Subject: Build SDP server first --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 59adc72a..7aa00878 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = common hcid sdpd daemon \ +SUBDIRS = common sdpd hcid daemon \ network input audio sync \ tools rfcomm dund pand hidd \ cups fuse alsa test scripts -- cgit From 578f7d88f0fe8be3a7542a385390c9fcbbe68670 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 14 Jan 2007 00:15:32 +0000 Subject: Remove experimental FUSE support --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7aa00878..479df74c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ SUBDIRS = common sdpd hcid daemon \ network input audio sync \ tools rfcomm dund pand hidd \ - cups fuse alsa test scripts + cups alsa test scripts MAINTAINERCLEANFILES = Makefile.in \ aclocal.m4 configure config.h.in config.sub config.guess \ -- cgit From a5e44201d3c3fb669761d7460bc2346f01173929 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 14 Jan 2007 02:53:03 +0000 Subject: Add transfer subdirectory --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 479df74c..d2601267 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = common sdpd hcid daemon \ - network input audio sync \ + transfer network input audio sync \ tools rfcomm dund pand hidd \ cups alsa test scripts -- cgit From be94d76f2545a897c31cb14cd76b7125b6d100eb Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 20 Jan 2007 01:25:50 +0000 Subject: Add serial subdirectory --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d2601267..c30d3596 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = common sdpd hcid daemon \ - transfer network input audio sync \ + transfer network serial input audio sync \ tools rfcomm dund pand hidd \ cups alsa test scripts -- cgit From 1c62e7ed6ef51305a5a625ee070de8d2428c4e9a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 20 Jan 2007 05:35:38 +0000 Subject: Add embedded GLib directory --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c30d3596..e67c171c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = common sdpd hcid daemon \ +SUBDIRS = eglib common sdpd hcid daemon \ transfer network serial input audio sync \ tools rfcomm dund pand hidd \ cups alsa test scripts -- cgit From 287567b16f625b10227ff6fe803939e3208b9a9c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 20 Jan 2007 15:33:17 +0000 Subject: Remove subdirectory with ALSA plugins --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e67c171c..2facac84 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ SUBDIRS = eglib common sdpd hcid daemon \ transfer network serial input audio sync \ tools rfcomm dund pand hidd \ - cups alsa test scripts + cups test scripts MAINTAINERCLEANFILES = Makefile.in \ aclocal.m4 configure config.h.in config.sub config.guess \ -- cgit From 7a0e09996a2d86045c5a2cfc847f9c49d64ae511 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 23 Jan 2007 06:38:03 +0000 Subject: Add subdirectory print --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2facac84..78838c5c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = eglib common sdpd hcid daemon \ - transfer network serial input audio sync \ + transfer network serial input audio print sync \ tools rfcomm dund pand hidd \ cups test scripts -- cgit From 61f64a95d1e0e8cf4f79b799394444d4bc03b5f7 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 31 Jan 2007 08:52:52 +0000 Subject: Add skeleton for embedding SBC library --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 78838c5c..b39a554c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = eglib common sdpd hcid daemon \ +SUBDIRS = sbc eglib common sdpd hcid daemon \ transfer network serial input audio print sync \ tools rfcomm dund pand hidd \ cups test scripts -- cgit From 2b3b216ea155915f1b3283cba818db8be993cf4a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 26 Aug 2007 15:41:35 +0000 Subject: Remove compile script helper on cleanup --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b39a554c..a862b7b5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,4 +6,4 @@ SUBDIRS = sbc eglib common sdpd hcid daemon \ MAINTAINERCLEANFILES = Makefile.in \ aclocal.m4 configure config.h.in config.sub config.guess \ - ltmain.sh depcomp missing install-sh mkinstalldirs ylwrap + ltmain.sh depcomp missing install-sh mkinstalldirs compile ylwrap -- cgit From 6f3ffb5dc897f4d63be2fc6a176ed6b391c0ebba Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 6 Mar 2008 12:40:47 +0000 Subject: Add directory for documentation --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a862b7b5..b3cd56cc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = sbc eglib common sdpd hcid daemon \ +SUBDIRS = doc sbc eglib common sdpd hcid daemon \ transfer network serial input audio print sync \ tools rfcomm dund pand hidd \ cups test scripts -- cgit From 4dc25b9feffb5e9bcb38dd7ff818a0eb84fe8e82 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 11 Mar 2008 19:41:53 +0000 Subject: Add directory for plugins --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b3cd56cc..8ce19cdd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = doc sbc eglib common sdpd hcid daemon \ +SUBDIRS = doc sbc eglib common sdpd hcid daemon plugins \ transfer network serial input audio print sync \ tools rfcomm dund pand hidd \ cups test scripts -- cgit From 118d58046f5dbf1f539e997d4d1e339422582f4c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 12 Mar 2008 21:43:07 +0000 Subject: Remove the transfer service skeleton since it is useless --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8ce19cdd..4a91fb8a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = doc sbc eglib common sdpd hcid daemon plugins \ - transfer network serial input audio print sync \ + network serial input audio print sync \ tools rfcomm dund pand hidd \ cups test scripts -- cgit From 2b91b57b25ee05e55cb925ef0e6195785517cc60 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 12 Mar 2008 21:47:42 +0000 Subject: Remove sync service skeleton since it is useless --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4a91fb8a..39b42087 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = doc sbc eglib common sdpd hcid daemon plugins \ - network serial input audio print sync \ + network serial input audio print \ tools rfcomm dund pand hidd \ cups test scripts -- cgit From bd3c21b0cc3d5829cf91c9c75dc6943bca63298a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 8 May 2008 17:36:48 +0000 Subject: Add directory for libgdbus library --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 39b42087..47188a86 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = doc sbc eglib common sdpd hcid daemon plugins \ +SUBDIRS = doc sbc eglib gdbus common sdpd hcid daemon plugins \ network serial input audio print \ tools rfcomm dund pand hidd \ cups test scripts -- cgit From 14f186699306f13718fdfcb19a32b25d1e3dd00f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 3 Jun 2008 12:56:55 +0000 Subject: Remove the empty daemon directory --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 47188a86..c4d7dcdf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = doc sbc eglib gdbus common sdpd hcid daemon plugins \ +SUBDIRS = doc sbc eglib gdbus common sdpd hcid plugins \ network serial input audio print \ tools rfcomm dund pand hidd \ cups test scripts -- cgit From ca212a494f066208f03a2fd0f02d6386493baf72 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 3 Jun 2008 14:16:20 +0000 Subject: Remove print directory --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c4d7dcdf..5c2c32fa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = doc sbc eglib gdbus common sdpd hcid plugins \ - network serial input audio print \ + network serial input audio \ tools rfcomm dund pand hidd \ cups test scripts -- cgit