diff options
author | Jim Meyering <jim@meyering.net> | 1996-09-07 17:59:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-09-07 17:59:26 +0000 |
commit | 7b9e7765ee08c3a95cac53d9ea91b4c1beb295dc (patch) | |
tree | 7fb5429e1f059a133cee87858e7ec52571772cf4 | |
parent | 14c6c66b64e8102f2dbb33656a582138ba92d724 (diff) | |
download | coreutils-7b9e7765ee08c3a95cac53d9ea91b4c1beb295dc.tar.xz |
(INCLUDES): Add -I../intl so compiler will find libintl.h for rpmatch.c.
-rw-r--r-- | lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index fa723a589..7751e1257 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -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 \ |