diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-03-18 07:48:44 (GMT) |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-03-18 07:48:44 (GMT) |
commit | 18270bf20a930f713850fb8c2efa20b2a0f212c1 (patch) | |
tree | a5735acd1fdd4dcfe50d67b2aaf14809fc560864 /lib/Makefile.am | |
parent | cc7522b25bfc0157eb51777f8345812e79760179 (diff) | |
download | monitoring-plugins-18270bf20a930f713850fb8c2efa20b2a0f212c1.tar.gz |
use GNU fileutils for check_disk
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@430 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 9a26e41..6353d01 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am | |||
@@ -2,8 +2,8 @@ | |||
2 | 2 | ||
3 | noinst_LIBRARIES = libnagiosplug.a | 3 | noinst_LIBRARIES = libnagiosplug.a |
4 | 4 | ||
5 | noinst_HEADERS = getopt.h | 5 | noinst_HEADERS = getopt.h fsusage.h mountlist.h |
6 | 6 | ||
7 | libnagiosplug_a_SOURCES = getopt.c getopt1.c getloadavg.c snprintf.c | 7 | libnagiosplug_a_SOURCES = getopt.c getopt1.c getloadavg.c snprintf.c fsusage.c mountlist.c |
8 | 8 | ||
9 | INCLUDES = -I$(srcdir) | 9 | INCLUDES = -I$(srcdir) |