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 --- common/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'common/Makefile.am') 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 -- cgit