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 --- cups/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cups') diff --git a/cups/Makefile.am b/cups/Makefile.am index 0573a4af..8cd3d4d4 100644 --- a/cups/Makefile.am +++ b/cups/Makefile.am @@ -8,10 +8,6 @@ bluetooth_SOURCES = main.c sdp.c spp.c hcrp.c bluetooth_LDADD = $(top_builddir)/common/libhelper.a \ @DBUS_LIBS@ @GLIB_LIBS@ @BLUEZ_LIBS@ - -if EXPAT -bluetooth_LDADD += -lexpat -endif endif AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ -- cgit