summaryrefslogtreecommitdiffstats
path: root/system/Makefile.am
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-05-08 11:16:44 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-05-08 11:16:44 +0300
commitf87ac0fbaee037198730a71985fd57c3e2edf065 (patch)
treea92862fcdd0773cdc3519352abfc0304cc217652 /system/Makefile.am
parent10f84288ae35bab5070be277eb25e149c5556755 (diff)
install startup script on MacOS; fixes #3684
Diffstat (limited to 'system/Makefile.am')
-rw-r--r--system/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/Makefile.am b/system/Makefile.am
index 255147bad5..991425f9fa 100644
--- a/system/Makefile.am
+++ b/system/Makefile.am
@@ -9,6 +9,7 @@ CLEANFILES = \
netdata-init-d \
netdata-lsb \
netdata-freebsd \
+ netdata.plist \
$(NULL)
include $(top_srcdir)/build/subst.inc
@@ -22,6 +23,7 @@ nodist_noinst_DATA = \
netdata-init-d \
netdata-lsb \
netdata-freebsd \
+ netdata.plist \
$(NULL)
dist_noinst_DATA = \
@@ -31,5 +33,6 @@ dist_noinst_DATA = \
netdata-init-d.in \
netdata-lsb.in \
netdata-freebsd.in \
+ netdata.plist.in \
netdata.conf \
$(NULL)