summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-02-10 12:58:06 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-02-10 12:58:06 +0000
commitecb55bb1b7bb070bbbfe012ef4bbdf89467a2fe3 (patch)
tree67937576bbd150fa4ab79f76be53d20e04cf0202
parentf9bf3e36e2d88318c538702b7492f20d8c01730c (diff)
Fix the use of a wrong directory
-rw-r--r--Makefile.am2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
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 \
diff --git a/configure.in b/configure.in
index 602aa3a7..514f3a3f 100644
--- a/configure.in
+++ b/configure.in
@@ -34,4 +34,4 @@ AC_PATH_DBUS
AC_ARG_BLUEZ
-AC_OUTPUT(Makefile config/Makefile hcid/Makefile tools/Makefile rfcomm/Makefile sdpd/Makefile dund/Makefile pand/Makefile hidd/Makefile cups/Makefile alsa/Makefile test/Makefile scripts/Makefile pcmcia/Makefile extra/Makefile)
+AC_OUTPUT(Makefile hcid/Makefile tools/Makefile rfcomm/Makefile sdpd/Makefile dund/Makefile pand/Makefile hidd/Makefile cups/Makefile alsa/Makefile test/Makefile scripts/Makefile pcmcia/Makefile extra/Makefile)