(INCLUDES): Remove -I../intl.
authorJim Meyering <jim@meyering.net>
Wed, 24 Apr 2002 07:52:39 +0000 (07:52 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 24 Apr 2002 07:52:39 +0000 (07:52 +0000)
(libfetish_a_SOURCES): Add gettext.h.

lib/Makefile.am

index a699ad0..bc92352 100644 (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 \