From 3602dd77d79d7e172523d6ae32171b8e22b0e139 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 5 Mar 2008 21:52:10 +0000 Subject: Use the GMarkup stubs from eglib --- common/Makefile.am | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'common/Makefile.am') diff --git a/common/Makefile.am b/common/Makefile.am index d40d9d1d..f1d846a6 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -1,10 +1,4 @@ -if GLIB -sdp_sources = sdp-glib.c -else -sdp_sources = sdp-dummy.c -endif - if HAL hal_sources = hal-libhal.c else @@ -22,8 +16,7 @@ noinst_LIBRARIES = libhelper.a libhelper_a_SOURCES = oui.h oui.c dbus.h dbus.c \ textfile.h textfile.c logging.h logging.c \ dbus-helper.h dbus-helper.c \ - error.h error.c \ - sdp-xml.h sdp-xml.c $(sdp_sources) \ + error.h error.c sdp-xml.h sdp-xml.c sdp-glib.c \ hal.h $(hal_sources) notify.h $(notify_sources) noinst_PROGRAMS = test_textfile @@ -33,6 +26,6 @@ test_textfile_LDADD = libhelper.a AM_CFLAGS = @DBUS_CFLAGS@ @GLIB_CFLAGS@ EXTRA_DIST = ppoll.h uinput.h hal-dummy.c hal-libhal.c \ - notify-dummy.c notify-inotify.c sdp-dummy.c sdp-glib.c + notify-dummy.c notify-inotify.c MAINTAINERCLEANFILES = Makefile.in -- cgit