From: Jim Meyering Date: Wed, 24 Apr 2002 07:52:39 +0000 (+0000) Subject: (INCLUDES): Remove -I../intl. X-Git-Tag: SH-UTILS-2_0_12~87 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a054458d44fbaa875baaf596ff162865f207c8c;p=thirdparty%2Fcoreutils.git (INCLUDES): Remove -I../intl. (libfetish_a_SOURCES): Add gettext.h. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index a699ad0670..bc9235254a 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = ../src/ansi2knr noinst_LIBRARIES = libfetish.a -INCLUDES = -I.. -I$(srcdir) -I../intl +INCLUDES = -I.. -I$(srcdir) DEFS = -DLIBDIR=\"$(libdir)\" @DEFS@ ## Put relatively complex files at the beginning of the list so @@ -43,6 +43,7 @@ libfetish_a_SOURCES = \ getpagesize.h \ getstr.c getstr.h \ gettime.c \ + gettext.h \ getugroups.c \ group-member.h \ hard-locale.c hard-locale.h \