diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-11-17 23:26:10 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-11-17 23:26:10 +0000 |
commit | 8cd0873aefaa5b85cc20893f71ef5f3d63c9f1ad (patch) | |
tree | c248cdc8689153dab31188a566f5c2539122f0e8 /daemon | |
parent | ea2ad7576177e9202759ec59069a0054f890b19d (diff) |
Only compile the master daemon
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/Makefile.am | 19 |
1 files changed, 2 insertions, 17 deletions
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)/$< |