summaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-03-05 20:03:08 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-03-05 20:03:08 +0000
commitcf824c4d12cbbf2f287fdee817b367974d2f8421 (patch)
treec8ae8ef7eaefdc4fe3c995a8a7781fc5103f18c1 /daemon
parent51862bbe2eefb797734e495f1d6190dfeb1ef31e (diff)
Remove the support for SDP parsing via expat
Diffstat (limited to 'daemon')
-rw-r--r--daemon/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 6ef20b7e..39eabc7b 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -34,10 +34,6 @@ bluetoothd_LDADD = \
$(top_builddir)/sdpd/libsdpserver.a \
@GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@
-if EXPAT
-bluetoothd_LDADD += -lexpat
-endif
-
passkey_agent_SOURCES = passkey-agent.c
passkey_agent_LDADD = @DBUS_LIBS@