]> git.meshlink.io Git - catta/blobdiff - avahi-daemon/Makefile.am
Don't use dbus_message_iter_get_array_len() since it is obsolete
[catta] / avahi-daemon / Makefile.am
index 3fa4280a66e78dac84622a7ec78fa53873b02747..973a2b555a273bdd8f4249c6702a8d0b2a031716 100644 (file)
@@ -70,7 +70,8 @@ pkgsysconf_DATA = \
        hosts
 
 service_DATA = \
-       ssh.service
+       ssh.service \
+       sftp-ssh.service
 
 pkgdata_DATA = \
        avahi-service.dtd
@@ -85,6 +86,10 @@ avahi_daemon_LDADD += -lcap
 
 endif
 
+if HAVE_DLOPEN
+avahi_daemon_LDADD += -ldl
+endif
+
 if HAVE_DBUS
 
 dbusservicedir=$(DBUS_SYS_DIR)
@@ -110,10 +115,6 @@ avahi_daemon_SOURCES += \
 avahi_daemon_LDADD += \
        $(DBUS_LIBS)
 
-if HAVE_DLOPEN
-avahi_daemon_LDADD += -ldl
-endif
-
 avahi_daemon_CFLAGS += $(DBUS_CFLAGS)
 
 dbusservice_DATA = avahi-dbus.conf
@@ -148,6 +149,7 @@ EXTRA_DIST = \
        HostNameResolver.introspect \
        RecordBrowser.introspect \
        ssh.service \
+       sftp-ssh.service \
        hosts \
        example.service \
        introspect.dtd \