diff options
author | Jim Meyering <jim@meyering.net> | 2002-04-24 07:52:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-04-24 07:52:39 +0000 |
commit | 8a054458d44fbaa875baaf596ff162865f207c8c (patch) | |
tree | 56d645b5a7b2c1e41d3e9b58187592137e69c142 | |
parent | 570703fb5e889dcd2335cdf468059910085abc1b (diff) | |
download | coreutils-8a054458d44fbaa875baaf596ff162865f207c8c.tar.xz |
(INCLUDES): Remove -I../intl.
(libfetish_a_SOURCES): Add gettext.h.
-rw-r--r-- | lib/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index a699ad067..bc9235254 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 \ |