X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2FMakefile.am;h=1ea7ba43a6710256f26d4bb9e3a204ad803d23ce;hb=9642bac4b85de24ce62c53ad6a8e2ab4b2dd31ba;hp=ee33c8e82a7c0b220f3978fc39b5b0b14ca9dbd5;hpb=f1167112d926b189fe189599576e8588923f036c;p=catta diff --git a/avahi-common/Makefile.am b/avahi-common/Makefile.am index ee33c8e..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 = \ @@ -31,11 +34,12 @@ avahi_commoninclude_HEADERS = \ domain.h \ cdecl.h \ defs.h \ - malloc.h + malloc.h \ 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