]> git.meshlink.io Git - catta/commitdiff
fix build for non-dbus installations
authorLennart Poettering <lennart@poettering.net>
Mon, 23 Jan 2006 00:27:03 +0000 (00:27 +0000)
committerLennart Poettering <lennart@poettering.net>
Mon, 23 Jan 2006 00:27:03 +0000 (00:27 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1103 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-daemon/Makefile.am

index e1d64a4157a89b3387fa56cf56010a57d189e6f5..6f279141eb4539e44c2517622bed9a7f589f0562 100644 (file)
@@ -50,7 +50,8 @@ avahi_daemon_SOURCES = \
        simple-protocol.c simple-protocol.h \
        static-services.c static-services.h \
        ini-file-parser.c ini-file-parser.h \
-       setproctitle.c setproctitle.h
+       setproctitle.c setproctitle.h \
+       ../avahi-client/check-nss.c
 
 avahi_daemon_CFLAGS = $(AM_CFLAGS) $(LIBDAEMON_CFLAGS)
 avahi_daemon_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la ../avahi-core/libavahi-core.la $(LIBDAEMON_LIBS) -lexpat
@@ -101,8 +102,7 @@ avahi_daemon_SOURCES += \
        dbus-sync-service-resolver.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-client/check-nss.c
+       ../avahi-common/dbus-watch-glue.c ../avahi-common/dbus-watch-glue.h
 
 avahi_daemon_LDADD += \
        $(DBUS_LIBS)