From cf824c4d12cbbf2f287fdee817b367974d2f8421 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 5 Mar 2008 20:03:08 +0000 Subject: Remove the support for SDP parsing via expat --- daemon/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'daemon/Makefile.am') 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@ -- cgit