summaryrefslogtreecommitdiffstats
path: root/cups
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 /cups
parent51862bbe2eefb797734e495f1d6190dfeb1ef31e (diff)
Remove the support for SDP parsing via expat
Diffstat (limited to 'cups')
-rw-r--r--cups/Makefile.am4
1 files changed, 0 insertions, 4 deletions
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@