diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2004-12-15 20:54:38 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2004-12-15 20:54:38 +0000 |
commit | ffb54640215b83f7f36b0052739a272ca6b4d128 (patch) | |
tree | 1583a9481e96126da98f94515748e519edbb2bc9 /Makefile.am | |
parent | 6fff4bcdcf97412a6d1422991ea9fe5e8a203e75 (diff) | |
download | monitoring-plugins-ffb54640215b83f7f36b0052739a272ca6b4d128.tar.gz |
Support for coreutils lib. Configure tests via m4 scripts from coreutils
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1029 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 21778407..59378483 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,12 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = intl lib plugins plugins-scripts po +SUBDIRS = intl lib plugins plugins-scripts m4 po EXTRA_DIST = config.rpath \ ABOUT-NLS CHANGES CODING FAQ LEGAL REQUIREMENTS SUPPORT THANKS \ Helper.pm contrib pkg nagios-plugins.spec -ACLOCAL_AMFLAGS = -I lib +ACLOCAL_AMFLAGS = -I m4 localedir = $(datadir)/locale DEFS = -DLOCALEDIR=\"$(localedir)\" |