diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2003-02-19 00:45:43 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2003-02-19 00:45:43 +0000 |
commit | 0490d0830234062b4055e4b0fd2131fb54d7743f (patch) | |
tree | 7adba02daf24b8169265659714b2cf69fe648efa /lib/Makefile.am | |
parent | 841198076937d15155a6812472ad4da0d789649c (diff) | |
download | monitoring-plugins-0490d0830234062b4055e4b0fd2131fb54d7743f.tar.gz |
Move getloadavg to lib directory. Must run "aclocal -I lib"
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@345 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 7727b282..afa91a6d 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,10 +1,12 @@ ## Process this file with automake to produce Makefile.in +EXTRA_DIST = getloadavg.m4 + noinst_LIBRARIES = libnagiosplug.a noinst_HEADERS = getopt.h -libnagiosplug_a_SOURCES = getopt.c getopt1.c +libnagiosplug_a_SOURCES = getopt.c getopt1.c getloadavg.c INCLUDES = -I$(srcdir) |