]> git.wh0rd.org Git - nano.git/commitdiff
in src/Makefile.am, remove "-Iintl" from INCLUDES, as we don't use an
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 28 May 2006 22:33:14 +0000 (22:33 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 28 May 2006 22:33:14 +0000 (22:33 +0000)
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
src/Makefile.am

index b83981f49437ddb3ae875a691c1d373c8fe9b46b..8e7c9891fb0ff77a031ccf2cb5f5be89176afc39 100644 (file)
--- 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)
index 4b700cce66720f1e022bde327fa66e67cd6ea532..f0b21c06356fecbabc0e4db9908c703f6fe9399c 100644 (file)
@@ -1,5 +1,5 @@
 localedir = $(datadir)/locale
-INCLUDES = -Iintl -DLOCALEDIR=\"$(localedir)\" -DSYSCONFDIR=\"$(sysconfdir)\"
+INCLUDES = -DLOCALEDIR=\"$(localedir)\" -DSYSCONFDIR=\"$(sysconfdir)\"
 
 ACLOCAL_AMFLAGS = -I m4