diff options
Diffstat (limited to 'net-mgmt/nagios-plugins/files/patch-plugins__Makefile.am')
-rw-r--r-- | net-mgmt/nagios-plugins/files/patch-plugins__Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/nagios-plugins/files/patch-plugins__Makefile.am b/net-mgmt/nagios-plugins/files/patch-plugins__Makefile.am new file mode 100644 index 000000000000..e73fad55ec62 --- /dev/null +++ b/net-mgmt/nagios-plugins/files/patch-plugins__Makefile.am @@ -0,0 +1,11 @@ +--- plugins/Makefile.am.orig Tue Mar 21 22:12:59 2006 ++++ plugins/Makefile.am Fri May 12 23:37:04 2006 +@@ -4,7 +4,7 @@ + + VPATH = $(top_srcdir) $(top_srcdir)/lib $(top_srcdir)/plugins $(top_srcdir)/plugins/t + +-INCLUDES = -I.. -I$(top_srcdir)/lib -I$(top_srcdir)/intl @LDAPINCLUDE@ @PGINCLUDE@ @SSLINCLUDE@ ++INCLUDES = -I.. -I$(top_srcdir)/lib -I$(top_srcdir)/intl @LDAPINCLUDE@ @PGINCLUDE@ @SSLINCLUDE@ @RADIUSINCLUDE@ + + datadir = @datadir@ + localedir = $(datadir)/locale |