diff --git a/ChangeLog b/ChangeLog
index b83981f49437ddb3ae875a691c1d373c8fe9b46b..8e7c9891fb0ff77a031ccf2cb5f5be89176afc39 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 4b700cce66720f1e022bde327fa66e67cd6ea532..f0b21c06356fecbabc0e4db9908c703f6fe9399c 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