]> arthur.barton.de Git - netdata.git/blobdiff - python.d/Makefile.am
allow all configuration options to be set from the command line; #1991
[netdata.git] / python.d / Makefile.am
index 46562984302dd9645d8d0f65129947c177ace28e..bfe28ff2803bf5526cd09d3d8999fef55917e91b 100644 (file)
@@ -8,6 +8,7 @@ include $(top_srcdir)/build/subst.inc
 SUFFIXES = .in
 
 dist_python_SCRIPTS = \
+    python-modules-installer.sh \
     $(NULL)
 
 dist_python_DATA = \
@@ -32,6 +33,7 @@ dist_python_DATA = \
     mongodb.chart.py \
     mysql.chart.py \
     nginx.chart.py \
+    nsd.chart.py \
     ovpn_status_log.chart.py \
     phpfpm.chart.py \
     postfix.chart.py \
@@ -44,7 +46,6 @@ dist_python_DATA = \
     tomcat.chart.py \
     varnish.chart.py \
     web_log.chart.py \
-    python-modules-installer.sh \
     $(NULL)
 
 pythonmodulesdir=$(pythondir)/python_modules