summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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
diff --git a/configure.in b/configure.in
index 19be6b53..56b4132f 100644
--- a/configure.in
+++ b/configure.in
@@ -73,4 +73,4 @@ fi
AM_CONDITIONAL(ENABLE_DBUS, test x$BLUEZ_DBUS = xyes)
-AC_OUTPUT(Makefile hcid/Makefile tools/Makefile rfcomm/Makefile test/Makefile scripts/Makefile pcmcia/Makefile)
+AC_OUTPUT(Makefile hcid/Makefile tools/Makefile rfcomm/Makefile sdpd/Makefile test/Makefile scripts/Makefile pcmcia/Makefile)