diff options
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)\" |