src/Makefile.am: Add installation directory defines to AM_CPPFLAGS.
authorSebastian Harl <sh@tokkee.org>
Sat, 17 Nov 2007 19:49:19 +0000 (20:49 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Tue, 20 Nov 2007 08:04:43 +0000 (09:04 +0100)
commit149eea1300930abaef37ff9ccb988d952f66125b
treee137d4d31f6c0446a4a69f4835875c9e41fa11f5
parentf400d0708fc49deef428f6e487e1f65005f903d0
src/Makefile.am: Add installation directory defines to AM_CPPFLAGS.

Those definitions used to be available when compiling collectd itself only.
However, they should be available to the plugins as well - else, different
paths would be used within different parts of collectd.

Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/Makefile.am