X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2FMakefile.am;h=1ea7ba43a6710256f26d4bb9e3a204ad803d23ce;hb=9642bac4b85de24ce62c53ad6a8e2ab4b2dd31ba;hp=aa83b9381328290716a457864af292f2ab50b281;hpb=88d989fdf558e9be1fea49f63a8d69e2054d46ab;p=catta diff --git a/avahi-common/Makefile.am b/avahi-common/Makefile.am index aa83b93..1ea7ba4 100644 --- a/avahi-common/Makefile.am +++ b/avahi-common/Makefile.am @@ -22,6 +22,9 @@ AM_CFLAGS=-I$(top_srcdir) # This cool debug trap works on i386/gcc only AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")' +# Need some DBUS defines for dbus.h +AM_CFLAGS+=$(DBUS_CFLAGS) + avahi_commonincludedir=$(includedir)/avahi-common avahi_commoninclude_HEADERS = \ @@ -35,7 +38,8 @@ avahi_commoninclude_HEADERS = \ watch.h \ timeval.h \ simple-watch.h \ - gccmacro.h + gccmacro.h \ + error.h noinst_HEADERS = \ llist.h @@ -59,7 +63,8 @@ libavahi_common_la_SOURCES = \ domain.c domain.h \ timeval.c timeval.h \ simple-watch.c simple-watch.h \ - watch.h gccmacro.h + watch.h gccmacro.h \ + dbus.c dbus.h libavahi_common_la_CFLAGS = $(AM_CFLAGS) libavahi_common_la_LDFLAGS = $(AM_LDFLAGS) -export-dynamic -version-info 0:0:0