From f397dae5c57fca04d88fd374cac0a009aa9756f8 Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Sun, 28 May 2006 22:33:14 +0000
Subject: [PATCH] in src/Makefile.am, remove "-Iintl" from INCLUDES, as we
 don't use an intl directory inside the source directory anymore

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3595 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 ChangeLog       | 2 ++
 src/Makefile.am | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index b83981f4..8e7c9891 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -450,6 +450,8 @@ CVS code -
 - src/Makefile.am:
 	- If we're uninstalling, remove the "rnano" symlink. (DLR, found
 	  by Benno Schulenberg)
+	- Remove "-Iintl" from INCLUDES, as we don't use an intl
+	  directory inside the source directory anymore. (DLR)
 - TODO:
 	- Update for nano 2.0, since we're now in a feature freeze.
 	  (DLR)
diff --git a/src/Makefile.am b/src/Makefile.am
index 4b700cce..f0b21c06 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
 localedir = $(datadir)/locale
-INCLUDES = -Iintl -DLOCALEDIR=\"$(localedir)\" -DSYSCONFDIR=\"$(sysconfdir)\"
+INCLUDES = -DLOCALEDIR=\"$(localedir)\" -DSYSCONFDIR=\"$(sysconfdir)\"
 
 ACLOCAL_AMFLAGS = -I m4
 
-- 
GitLab