diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-03-05 20:03:08 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-03-05 20:03:08 +0000 |
commit | cf824c4d12cbbf2f287fdee817b367974d2f8421 (patch) | |
tree | c8ae8ef7eaefdc4fe3c995a8a7781fc5103f18c1 /hcid/Makefile.am | |
parent | 51862bbe2eefb797734e495f1d6190dfeb1ef31e (diff) |
Remove the support for SDP parsing via expat
Diffstat (limited to 'hcid/Makefile.am')
-rw-r--r-- | hcid/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hcid/Makefile.am b/hcid/Makefile.am index 1fc640f1..c2f00b12 100644 --- a/hcid/Makefile.am +++ b/hcid/Makefile.am @@ -31,10 +31,6 @@ hcid_LDADD = libhciserver.a \ $(top_builddir)/sdpd/libsdpserver.a \ $(top_builddir)/common/libhelper.a \ @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@ - -if EXPAT -hcid_LDADD += -lexpat -endif endif AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ |