diff options
author | Lennart Weller <lhw@ring0.de> | 2016-09-05 08:27:26 +0000 |
---|---|---|
committer | Lennart Weller <lhw@ring0.de> | 2016-09-05 08:27:26 +0000 |
commit | 58d9525d7fcacffe52eff7282b7a888dd0dcc1d0 (patch) | |
tree | 251a805eb38d4d75b2a7f44c2cc22e7ea4849513 /contrib/Makefile.in | |
parent | Fixes for service startup and extra config files (diff) | |
parent | Imported Upstream version 1.3.0+dfsg (diff) | |
download | netdata-58d9525d7fcacffe52eff7282b7a888dd0dcc1d0.tar.xz netdata-58d9525d7fcacffe52eff7282b7a888dd0dcc1d0.zip |
Merge tag 'upstream/1.3.0+dfsg'
Upstream version 1.3.0+dfsg
Diffstat (limited to 'contrib/Makefile.in')
-rw-r--r-- | contrib/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/Makefile.in b/contrib/Makefile.in index f2d5ffa25..7b14a18de 100644 --- a/contrib/Makefile.in +++ b/contrib/Makefile.in @@ -235,6 +235,8 @@ pluginsdir = @pluginsdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +pythondir = @pythondir@ +registrydir = @registrydir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -251,6 +253,7 @@ dist_noinst_DATA = \ debian/copyright \ debian/netdata.conf \ debian/source/format \ + debian/control.wheezy \ debian/compat \ debian/netdata.install \ debian/netdata.lintian-overrides \ |