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