]> git.meshlink.io Git - catta/blobdiff - avahi-common/Makefile.am
* Improve and reorganise DBus error handling, see avahi-common/dbus.h
[catta] / avahi-common / Makefile.am
index ee33c8e82a7c0b220f3978fc39b5b0b14ca9dbd5..1ea7ba43a6710256f26d4bb9e3a204ad803d23ce 100644 (file)
@@ -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