From 2a4a4cd980941570d2b6107df8cf5c65a3a61b33 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 1 Oct 2014 03:09:26 -0400 Subject: Hmm, $(libexecs) and $(libs) should have been included in $(build_files) --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 7370004..bd0b0d5 100644 --- a/common.mk +++ b/common.mk @@ -38,7 +38,7 @@ libexecs += libs += copy_files += -build_files += $(progs) $(confs) $(mans) $(patsubst %.in,%,$(copy_files)) +build_files += $(progs) $(confs) $(mans) $(libexecs) $(libs) $(patsubst %.in,%,$(copy_files)) install_files += $(addprefix $(DESTDIR)$(bindir)/,$(progs)) \ $(addprefix $(DESTDIR)$(pkgconfdir)/,$(confs)) \ $(addprefix $(DESTDIR)$(pkglibexecdir)/,$(libexecs) $(libs)) \ -- cgit v1.2.2