diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2003-02-10 23:24:35 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2003-02-10 23:24:35 +0000 |
commit | e3f565cfd9328af4014ee70f95a8852ce4629959 (patch) | |
tree | 7d1425c9268ce62211d9b7d07984a34ba2018fcb | |
parent | 529f5d421c4d394e8a1385dfa82d186c9e86763f (diff) | |
download | monitoring-plugins-e3f565cfd9328af4014ee70f95a8852ce4629959.tar.gz |
Adding lib directory for getopts change
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@308 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 808e1a73..d6be95d9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = plugins plugins-scripts +SUBDIRS = lib plugins plugins-scripts EXTRA_DIST = REQUIREMENTS acconfig.h subst.in subst.sh Helper.pm \ contrib nagios-plugins.spec.in getloadavg.m4 |