From 689280dd179c02870512719e05114c29e0d45a48 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 17 Dec 1995 22:28:45 +0000 Subject: [PATCH] (noinst_LIBRARIES): Define this, not plain LIBRARIES. --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 321def841b..493978c629 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,4 +1,4 @@ -LIBRARIES = fu +noinst_LIBRARIES = fu DIST_OTHER = alloca.c euidaccess.c fnmatch.c fsusage.c ftruncate.c \ getdate.y memcmp.c memcpy.c memset.c mkdir.c mktime.c mountlist.c \ -- 2.30.2