summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/Makefile.am
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2018-10-16 22:33:30 +0300
committerGitHub <noreply@github.com>2018-10-16 22:33:30 +0300
commit203aea6102e03f6e276865904a331bbefca7604f (patch)
tree0129bf450ba7afaeb7bb8a9c6a6154e8917aa888 /collectors/python.d.plugin/Makefile.am
parent4f84553396fcd3cba3ef2f38726edf81cae1443c (diff)
fix netdata.spec for new directory structure (#4410)
* fix netdata.spec; fixes #4409 * second pass * more netdata.spec fixes * more netdata.spec fixes * more netdata.spec fixes * more netdata.spec fixes * more netdata.spec fixes
Diffstat (limited to 'collectors/python.d.plugin/Makefile.am')
-rw-r--r--collectors/python.d.plugin/Makefile.am14
1 files changed, 10 insertions, 4 deletions
diff --git a/collectors/python.d.plugin/Makefile.am b/collectors/python.d.plugin/Makefile.am
index 8478e6b144..d0c4a539b9 100644
--- a/collectors/python.d.plugin/Makefile.am
+++ b/collectors/python.d.plugin/Makefile.am
@@ -21,16 +21,22 @@ dist_noinst_DATA = \
README.md \
$(NULL)
-pythonconfigdir=$(libconfigdir)/python.d
-dist_pythonconfig_DATA = \
- $(NULL)
-
dist_python_SCRIPTS = \
$(NULL)
dist_python_DATA = \
$(NULL)
+userpythonconfigdir=$(configdir)/python.d
+dist_userpythonconfig_DATA = \
+ $(top_srcdir)/installer/.keep \
+ $(NULL)
+
+pythonconfigdir=$(libconfigdir)/python.d
+dist_pythonconfig_DATA = \
+ $(top_srcdir)/installer/.keep \
+ $(NULL)
+
include apache/Makefile.inc
include beanstalk/Makefile.inc
include bind_rndc/Makefile.inc