summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2004-12-15 20:54:38 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2004-12-15 20:54:38 (GMT)
commitffb54640215b83f7f36b0052739a272ca6b4d128 (patch)
tree1583a9481e96126da98f94515748e519edbb2bc9 /Makefile.am
parent6fff4bcdcf97412a6d1422991ea9fe5e8a203e75 (diff)
downloadmonitoring-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.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 2177840..5937848 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,12 +1,12 @@
1## Process this file with automake to produce Makefile.in 1## Process this file with automake to produce Makefile.in
2 2
3SUBDIRS = intl lib plugins plugins-scripts po 3SUBDIRS = intl lib plugins plugins-scripts m4 po
4 4
5EXTRA_DIST = config.rpath \ 5EXTRA_DIST = config.rpath \
6 ABOUT-NLS CHANGES CODING FAQ LEGAL REQUIREMENTS SUPPORT THANKS \ 6 ABOUT-NLS CHANGES CODING FAQ LEGAL REQUIREMENTS SUPPORT THANKS \
7 Helper.pm contrib pkg nagios-plugins.spec 7 Helper.pm contrib pkg nagios-plugins.spec
8 8
9ACLOCAL_AMFLAGS = -I lib 9ACLOCAL_AMFLAGS = -I m4
10 10
11localedir = $(datadir)/locale 11localedir = $(datadir)/locale
12DEFS = -DLOCALEDIR=\"$(localedir)\" 12DEFS = -DLOCALEDIR=\"$(localedir)\"