Code

Need to include intl/ for systems without libintl.h
authorTon Voon <tonvoon@users.sourceforge.net>
Thu, 23 Oct 2003 10:24:37 +0000 (10:24 +0000)
committerTon Voon <tonvoon@users.sourceforge.net>
Thu, 23 Oct 2003 10:24:37 +0000 (10:24 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@751 f882894a-f735-0410-b71e-b25c423dba1c

lib/Makefile.am

index 937ce300a819f50c9c153ea92c89463fd44d1b30..b9383083ea962891e9eb51bb542f6b888924934a 100644 (file)
@@ -14,4 +14,4 @@ EXTRA_DIST = ulonglong.m4 codeset.m4 getloadavg.m4 gettext.m4 glibc21.m4 iconv.m
                fstypename.m4 fsusage.m4 ls-mntd-fs.m4 getopt.h gettext.h fsusage.h mountlist.h\
                error.m4 error.h error.c xalloc.h unlocked-io.h malloc.c realloc.c strtod.c
 
-INCLUDES = -I$(srcdir)
+INCLUDES = -I$(srcdir) -I$(top_srcdir)/intl