From ffb54640215b83f7f36b0052739a272ca6b4d128 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Wed, 15 Dec 2004 20:54:38 +0000 Subject: 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 --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') 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)\" -- cgit v1.2.3