diff options
| author | Ton Voon <ton.voon@opsera.com> | 2010-06-21 20:43:33 +0100 |
|---|---|---|
| committer | Ton Voon <ton.voon@opsera.com> | 2010-06-21 20:43:33 +0100 |
| commit | 9de4938ba85d5afd53e08f6a8e90fa4c477704fc (patch) | |
| tree | 55da51fbe681f1d130a2242a6f9adc59577f537c /lib/Makefile.am | |
| parent | bc9c95bdf4b47ab5d39dbdf35165837a4c4140c1 (diff) | |
| download | monitoring-plugins-9de4938ba85d5afd53e08f6a8e90fa4c477704fc.tar.gz | |
Use NP_STATE_DIR_PREFIX as compile variable
Diffstat (limited to 'lib/Makefile.am')
| -rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 17e4c1b0..1c7e7e7b 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am | |||
| @@ -4,6 +4,8 @@ SUBDIRS = . tests | |||
| 4 | 4 | ||
| 5 | noinst_LIBRARIES = libnagiosplug.a | 5 | noinst_LIBRARIES = libnagiosplug.a |
| 6 | 6 | ||
| 7 | # Not sure how to set this in config.h | ||
| 8 | DEFS = -DNP_STATE_DIR_PREFIX='"$(localstatedir)"' | ||
| 7 | 9 | ||
| 8 | libnagiosplug_a_SOURCES = utils_base.c utils_disk.c utils_tcp.c utils_cmd.c | 10 | libnagiosplug_a_SOURCES = utils_base.c utils_disk.c utils_tcp.c utils_cmd.c |
| 9 | EXTRA_DIST = utils_base.h utils_disk.h utils_tcp.h utils_cmd.h parse_ini.h extra_opts.h | 11 | EXTRA_DIST = utils_base.h utils_disk.h utils_tcp.h utils_cmd.h parse_ini.h extra_opts.h |
