diff options
Diffstat (limited to 'avahi-daemon/Makefile.am')
-rw-r--r-- | avahi-daemon/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/avahi-daemon/Makefile.am b/avahi-daemon/Makefile.am index e1d64a4..6f27914 100644 --- a/avahi-daemon/Makefile.am +++ b/avahi-daemon/Makefile.am @@ -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) |