From d5cf04bd31fda8acd8e29ae181c778d1452178ee Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 10 Jul 2003 11:07:22 +0000 Subject: [PATCH] (libfetish_a_SOURCES): Add these: printf-args.h, printf-parse.h, vasprintf.h, vasnprintf.h. --- lib/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/Makefile.am b/lib/Makefile.am index e392aafb46..f73e4916ed 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -129,6 +129,12 @@ libfetish_a_SOURCES = \ xstrtoumax.c \ yesno.c +libfetish_a_SOURCES += \ + printf-args.h \ + printf-parse.h \ + vasprintf.h \ + vasnprintf.h + libfetish_a_LIBADD = $(LIBOBJS) $(ALLOCA) libfetish_a_DEPENDENCIES = $(libfetish_a_LIBADD) -- 2.47.3