From ab8d4f508e0a9488f8292443135096af78028c7a Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Sun, 8 Aug 2021 19:54:25 +1000 Subject: [PATCH] roken: fix dependency typo - s/vin_h/vis_h/ Should close #777, #794. --- lib/roken/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/roken/Makefile.am b/lib/roken/Makefile.am index 85900300f..c00ec1816 100644 --- a/lib/roken/Makefile.am +++ b/lib/roken/Makefile.am @@ -196,7 +196,7 @@ libroken_la_LIBADD = @LTLIBOBJS@ $(LIB_crypt) $(LIB_pidfile) $(LTLIBOBJS) $(libroken_la_OBJECTS): roken.h $(XHEADERS) -BUILT_SOURCES = roken.h $(err_h) $(fnmatch_h) $(ifadds_h) $(search_h) $(vin_h) +BUILT_SOURCES = roken.h $(err_h) $(fnmatch_h) $(ifadds_h) $(search_h) $(vis_h) ## these are controlled by configure XHEADERS = $(err_h) $(fnmatch_h) $(ifaddrs_h) $(search_h) $(vis_h)