(INCLUDES): Add -I../intl so compiler will find libintl.h for rpmatch.c.
authorJim Meyering <jim@meyering.net>
Sat, 7 Sep 1996 17:59:26 +0000 (17:59 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 7 Sep 1996 17:59:26 +0000 (17:59 +0000)
lib/Makefile.am

index fa723a5..7751e12 100644 (file)
@@ -8,6 +8,7 @@ mkdir.c mktime.c mountlist.c obstack.c posixtm.y rename.c rmdir.c rpmatch.c \
 stpcpy.c strcasecmp.c strdup.c strndup.c strstr.c strtol.c strtoul.c
 
 INCLUDES = -I.. -I$(srcdir)
+INCLUDES = -I.. -I$(srcdir) -I../intl
 
 fu_SOURCES = getdate.c getline.c posixtm.c argmatch.c backupfile.c \
 dirname.c fileblocks.c filemode.c \