summaryrefslogtreecommitdiffstats
path: root/common/Makefile.am
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 /common/Makefile.am
parent51862bbe2eefb797734e495f1d6190dfeb1ef31e (diff)
Remove the support for SDP parsing via expat
Diffstat (limited to 'common/Makefile.am')
-rw-r--r--common/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index ed92765e..a6cab4d2 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -2,12 +2,8 @@
if GLIB
sdp_sources = sdp-glib.c
else
-if EXPAT
-sdp_sources = sdp-expat.c
-else
sdp_sources = sdp-dummy.c
endif
-endif
if HAL
hal_sources = hal-libhal.c