From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:13:56 +0000 (+0000) Subject: Build scripts/shairport-sync.service, scripts/shairport-sync.service-avahi and script... X-Git-Tag: 4.3.4-dev~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf10ff9d7ab611333e7eded212d8b6c0b780b9d1;p=thirdparty%2Fshairport-sync.git Build scripts/shairport-sync.service, scripts/shairport-sync.service-avahi and scripts/shairport-sync unconditionally for Linux to facilitate different installation methods. --- diff --git a/Makefile.am b/Makefile.am index ac140b4d..d11f095d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,6 +34,7 @@ if BUILD_FOR_OPENBSD else AM_CXXFLAGS = -fno-common -Wno-multichar -Wall -Wextra -Wno-clobbered -Wno-psabi -pthread -DSYSCONFDIR=\"$(sysconfdir)\" AM_CFLAGS = -fno-common -Wno-multichar -Wall -Wextra -Wno-clobbered -Wno-psabi -pthread -DSYSCONFDIR=\"$(sysconfdir)\" + shairport_sync_SOURCES += scripts/shairport-sync.service scripts/shairport-sync.service-avahi scripts/shairport-sync endif endif endif