summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2003-02-19 00:45:43 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2003-02-19 00:45:43 (GMT)
commit0490d0830234062b4055e4b0fd2131fb54d7743f (patch)
tree7adba02daf24b8169265659714b2cf69fe648efa /lib/Makefile.am
parent841198076937d15155a6812472ad4da0d789649c (diff)
downloadmonitoring-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.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 7727b28..afa91a6 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,10 +1,12 @@
1## Process this file with automake to produce Makefile.in 1## Process this file with automake to produce Makefile.in
2 2
3EXTRA_DIST = getloadavg.m4
4
3noinst_LIBRARIES = libnagiosplug.a 5noinst_LIBRARIES = libnagiosplug.a
4 6
5noinst_HEADERS = getopt.h 7noinst_HEADERS = getopt.h
6 8
7libnagiosplug_a_SOURCES = getopt.c getopt1.c 9libnagiosplug_a_SOURCES = getopt.c getopt1.c getloadavg.c
8 10
9INCLUDES = -I$(srcdir) 11INCLUDES = -I$(srcdir)
10 12