summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2003-10-23 10:24:37 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2003-10-23 10:24:37 (GMT)
commit01a4e6ec5122a359f15a1bd489b61bc7d0a9d3d1 (patch)
treec8792670f45b1f46677ab73a2708a4940ba1f0ee /lib/Makefile.am
parent4cf1896c28f40bb7b1c098ea08efdb12f65ce2f8 (diff)
downloadmonitoring-plugins-01a4e6ec5122a359f15a1bd489b61bc7d0a9d3d1.tar.gz
Need to include intl/ for systems without libintl.h
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@751 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 937ce30..b938308 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -14,4 +14,4 @@ EXTRA_DIST = ulonglong.m4 codeset.m4 getloadavg.m4 gettext.m4 glibc21.m4 iconv.m
14 fstypename.m4 fsusage.m4 ls-mntd-fs.m4 getopt.h gettext.h fsusage.h mountlist.h\ 14 fstypename.m4 fsusage.m4 ls-mntd-fs.m4 getopt.h gettext.h fsusage.h mountlist.h\
15 error.m4 error.h error.c xalloc.h unlocked-io.h malloc.c realloc.c strtod.c 15 error.m4 error.h error.c xalloc.h unlocked-io.h malloc.c realloc.c strtod.c
16 16
17INCLUDES = -I$(srcdir) 17INCLUDES = -I$(srcdir) -I$(top_srcdir)/intl