From: Mike Brady Date: Mon, 9 Oct 2017 09:44:47 +0000 (+0100) Subject: Add in code to install the xml file in the local interfaces directory X-Git-Tag: 3.2d10~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c81ec87dc59ac2aa19197a3ed859eb60b36be188;p=thirdparty%2Fshairport-sync.git Add in code to install the xml file in the local interfaces directory --- diff --git a/dbus/src/Makefile.am b/dbus/src/Makefile.am index 6ff20c44..a5862acc 100644 --- a/dbus/src/Makefile.am +++ b/dbus/src/Makefile.am @@ -18,3 +18,9 @@ shairportsync.h: org.gnome.ShairportSync.xml shairportsync.c: org.gnome.ShairportSync.xml gdbus-codegen --interface-prefix org.gnome --generate-c-code shairportsync org.gnome.ShairportSync.xml +# Dbus service file + +if USE_DBUS +interfacesdir = /usr/local/share/dbus-1/interfaces +interfaces_DATA = org.gnome.ShairportSync.xml +endif