changeset 3813:783569a15b98

(INCLUDES): Remove -I../intl. (libfetish_a_SOURCES): Add gettext.h.
author Jim Meyering <jim@meyering.net>
date Wed, 24 Apr 2002 07:52:39 +0000
parents 6745d71c7651
children 94e5e70f9ebc
files lib/Makefile.am
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -4,7 +4,7 @@
 
 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 @@
   getpagesize.h \
   getstr.c getstr.h \
   gettime.c \
+  gettext.h \
   getugroups.c \
   group-member.h \
   hard-locale.c hard-locale.h \