diff options
author | Trent Lloyd <lathiat@bur.st> | 2005-08-19 12:45:14 +0000 |
---|---|---|
committer | Trent Lloyd <lathiat@bur.st> | 2005-08-19 12:45:14 +0000 |
commit | 9642bac4b85de24ce62c53ad6a8e2ab4b2dd31ba (patch) | |
tree | ca85864b7dc95fec7f02f92b52679aae8dfdf848 /avahi-common/Makefile.am | |
parent | 6d6776d11fdb11f94331ffe7e1060f1ac555114b (diff) |
* Improve and reorganise DBus error handling, see avahi-common/dbus.h
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@354 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-common/Makefile.am')
-rw-r--r-- | avahi-common/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/avahi-common/Makefile.am b/avahi-common/Makefile.am index 627dcf9..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 = \ @@ -60,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 |