diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 3b270e04e..f645d6c9e 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -4,7 +4,7 @@ noinst_LIBRARIES = fu EXTRA_DIST = alloca.c basename.c error.c euidaccess.c fnmatch.c fsusage.c \ ftruncate.c getdate.y getopt.c getopt1.c group-member.c \ memcmp.c memcpy.c memset.c \ -mkdir.c mktime.c mountlist.c obstack.c posixtm.y rename.c rmdir.c \ +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) |