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 +- configure.in | 1 - daemon/Makefile.am | 2 -- 3 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 daemon/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 diff --git a/configure.in b/configure.in index 60162583..7f6cfed2 100644 --- a/configure.in +++ b/configure.in @@ -43,7 +43,6 @@ AC_OUTPUT([ eglib/Makefile gdbus/Makefile common/Makefile - daemon/Makefile plugins/Makefile network/Makefile serial/Makefile diff --git a/daemon/Makefile.am b/daemon/Makefile.am deleted file mode 100644 index 02742923..00000000 --- a/daemon/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ - -MAINTAINERCLEANFILES = Makefile.in -- cgit