diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2004-12-15 20:54:38 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2004-12-15 20:54:38 (GMT) |
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 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 | ||
3 | SUBDIRS = intl lib plugins plugins-scripts po | 3 | SUBDIRS = intl lib plugins plugins-scripts m4 po |
4 | 4 | ||
5 | EXTRA_DIST = config.rpath \ | 5 | EXTRA_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 | ||
9 | ACLOCAL_AMFLAGS = -I lib | 9 | ACLOCAL_AMFLAGS = -I m4 |
10 | 10 | ||
11 | localedir = $(datadir)/locale | 11 | localedir = $(datadir)/locale |
12 | DEFS = -DLOCALEDIR=\"$(localedir)\" | 12 | DEFS = -DLOCALEDIR=\"$(localedir)\" |