From ef51c776fa80e67b84e2a6d48829f9040ac76c20 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 24 Nov 2005 02:03:21 +0000 Subject: don't build static library for dbus-watch-glue and the like, instead compile the sources directly where it is needed git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1028 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-daemon/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'avahi-daemon/Makefile.am') diff --git a/avahi-daemon/Makefile.am b/avahi-daemon/Makefile.am index 23f5a97..246bd90 100644 --- a/avahi-daemon/Makefile.am +++ b/avahi-daemon/Makefile.am @@ -98,10 +98,11 @@ avahi_daemon_SOURCES += \ dbus-sync-address-resolver.c \ dbus-sync-host-name-resolver.c \ dbus-sync-service-resolver.c \ - dbus-record-browser.c - + dbus-record-browser.c \ + ../avahi-common/dbus.c ../avahi-common/dbus.h \ + ../avahi-common/dbus-watch-glue.c ../avahi-common/dbus-watch-glue.h + avahi_daemon_LDADD += \ - ../avahi-common/libdbus-common.la \ $(DBUS_LIBS) avahi_daemon_CFLAGS += $(DBUS_CFLAGS) -- cgit