1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-10 14:13:31 +02:00

(INCLUDES): Remove -I../intl.

(libfetish_a_SOURCES): Add gettext.h.
This commit is contained in:
Jim Meyering
2002-04-24 07:52:39 +00:00
parent 570703fb5e
commit 8a054458d4

View File

@@ -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 \