From 33a6787f51503d1b24f42e57cf365a48378dd56e Mon Sep 17 00:00:00 2001 From: Karl DeBisschop Date: Sat, 26 Jul 2003 04:17:17 +0000 Subject: checkins for internationalization git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@598 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'plugins/Makefile.am') diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 6d817b1e..19c02cd8 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -2,7 +2,13 @@ VPATH = $(top_srcdir) $(top_srcdir)/lib $(top_srcdir)/plugins $(top_srcdir)/plugins/t -INCLUDES = -I.. -I$(top_srcdir)/lib @LDAPINCLUDE@ @PGINCLUDE@ @SSLINCLUDE@ +INCLUDES = -I.. -I$(top_srcdir)/lib -I$(top_srcdir)/intl \ +@LDAPINCLUDE@ @PGINCLUDE@ @SSLINCLUDE@ + +datadir = @datadir@ +localedir = $(datadir)/locale +DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ +LIBS = @LIBINTL@ @LIBS@ libexec_PROGRAMS = check_disk check_dummy check_http check_load \ check_mrtg check_mrtgtraf check_nwstat check_overcr check_ping \ -- cgit v1.2.3-74-g34f1