From 5d6b30fa86480b1d22da9172da9b15a15b2cd900 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 21 Aug 2006 01:12:22 +0000 Subject: Make the compilation depend on GLib support --- daemon/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit