From 8cd0873aefaa5b85cc20893f71ef5f3d63c9f1ad Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 17 Nov 2006 23:26:10 +0000 Subject: Only compile the master daemon --- daemon/Makefile.am | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to 'daemon') diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 2de14550..cc43cfd3 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -1,6 +1,5 @@ -if GLIB -noinst_PROGRAMS = bluetoothd bt.echod +noinst_PROGRAMS = bluetoothd bluetoothd_SOURCES = main.c @@ -9,22 +8,8 @@ bluetoothd_LDADD = @DBUS_LIBS@ @BLUEZ_LIBS@ $(top_builddir)/sdpd/libsdpserver.a $(top_builddir)/common/libhelper.a -bt_echod_SOURCES = echo.c - -bt_echod_LDADD = @GLIB_LIBS@ @BLUEZ_LIBS@ - -AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ +AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/hcid -I$(top_srcdir)/sdpd -BUILT_SOURCES = service-agent-glue.h - -CLEANFILES = $(BUILT_SOURCES) -endif - -EXTRA_DIST = service-agent.xml - MAINTAINERCLEANFILES = Makefile.in - -service-agent-glue.h: service-agent.xml - $(DBUS_BINDING_TOOL) --prefix=service_agent --mode=glib-server --output=$@ $(srcdir)/$< -- cgit