Browse Source

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
Ton Voon 22 years ago
parent
commit
01a4e6ec51
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Makefile.am

+ 1 - 1
lib/Makefile.am

@@ -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\
 		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
 		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