Code

Added state retention APIs. Implemented for check_snmp with --rate option.
[nagiosplug.git] / lib / Makefile.am
index 73c12911e1ab34351e54897d6010cde42e208d47..99fa591aeb95d450976ea912d70605e3643661dd 100644 (file)
@@ -1,9 +1,10 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = tests
+SUBDIRS = tests
 
 noinst_LIBRARIES = libnagiosplug.a
 
+AM_CPPFLAGS = -DNP_STATE_DIR_PREFIX=\"$(localstatedir)\"
 
 libnagiosplug_a_SOURCES = utils_base.c utils_disk.c utils_tcp.c utils_cmd.c
 EXTRA_DIST = utils_base.h utils_disk.h utils_tcp.h utils_cmd.h parse_ini.h extra_opts.h