summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-08-21 01:12:22 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-08-21 01:12:22 +0000
commit5d6b30fa86480b1d22da9172da9b15a15b2cd900 (patch)
tree41a24b2178af1e7d4dce12503de1d5788aaf19ea
parent954b4f2bef5d4432dad3675a5c2c88f09d0b8fd0 (diff)
Make the compilation depend on GLib support
-rw-r--r--daemon/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 5dcc90d6..6d5bf02d 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -1,4 +1,5 @@
+if GLIB
noinst_PROGRAMS = bluetoothd
bluetoothd_SOURCES = main.c
@@ -8,5 +9,6 @@ bluetoothd_LDADD = @GLIB_LIBS@ @BLUEZ_LIBS@ $(top_builddir)/common/libhelper.a
AM_CFLAGS = @BLUEZ_CFLAGS@ @GLIB_CFLAGS@
INCLUDES = -I$(top_srcdir)/common
+endif
MAINTAINERCLEANFILES = Makefile.in