summaryrefslogtreecommitdiff
path: root/config.mk
blob: 46cbc00f16e1c95311125ca7c83e772483e76d3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# In addition to the variables in the default version of this file,
# you may set any of the standard GNU configuration variables.
ifeq ($(origin topsrcdir),undefined)
topoutdir := $(patsubst %/,%,$(dir $(lastword $(MAKEFILE_LIST))))
topsrcdir := $(topoutdir)

collectd_pkgdatadir = $(datadir)/collectd
collectd_confdir    = $(collectd_pkgdatadir)
collectd_typesdir   = $(collectd_pkgdatadir)
collectd_pythondir  = $(collectd_pkgdatadir)

endif