From ea411ff961225230dbee777fb7946795e7cedc27 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 3 Jan 2008 13:17:14 +0000 Subject: build avahi-gobject only when avahi-client is also built git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1670 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-gobject/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'avahi-gobject') diff --git a/avahi-gobject/Makefile.am b/avahi-gobject/Makefile.am index e9e00a8..a9bcd4b 100644 --- a/avahi-gobject/Makefile.am +++ b/avahi-gobject/Makefile.am @@ -23,6 +23,7 @@ AM_CFLAGS=-I$(top_srcdir) AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")' if HAVE_GOBJECT +if HAVE_DBUS avahigobjectincludedir=$(includedir)/avahi-gobject @@ -109,6 +110,7 @@ signals-marshal.c: signals-marshal.list $< > $@ endif +endif indent: indent -brf -nbbo -nbc -ip0 -cs -nbfde -npsl -br -brs -bap -i4 -bs -cdw -ce -npcs -hnl -cli4 -nut -ci8 ga-*.[ch] -- cgit