summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-04-24 07:52:39 +0000
committerJim Meyering <jim@meyering.net>2002-04-24 07:52:39 +0000
commit8a054458d44fbaa875baaf596ff162865f207c8c (patch)
tree56d645b5a7b2c1e41d3e9b58187592137e69c142 /lib/Makefile.am
parent570703fb5e889dcd2335cdf468059910085abc1b (diff)
downloadcoreutils-8a054458d44fbaa875baaf596ff162865f207c8c.tar.xz
(INCLUDES): Remove -I../intl.
(libfetish_a_SOURCES): Add gettext.h.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am3
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 \