From fb1a64c4cfc1417609a465f739af7bc5ef827bb6 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 3 Mar 2016 19:41:29 -0500 Subject: buildsystem: rename all of the install-* variables to libretools-* --- src/librefetch/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/librefetch') diff --git a/src/librefetch/Makefile b/src/librefetch/Makefile index b28e96e..26ee2ee 100644 --- a/src/librefetch/Makefile +++ b/src/librefetch/Makefile @@ -1,11 +1,11 @@ include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk include $(topsrcdir)/automake.head.mk -install-bins = librefetch librefetch-install -install-confs += librefetch-makepkg.conf -install-libexecs += $(filter librefetchdir/%,$(detect-exec)) -install-libs += $(filter-out $(install-libexecs),$(filter librefetchdir/%,$(detect-all))) -pots = $(install-bins) +libretools-bins = librefetch librefetch-install +libretools-confs += librefetch-makepkg.conf +libretools-libexecs += $(filter librefetchdir/%,$(detect-exec)) +libretools-libs += $(filter-out $(libretools-libexecs),$(filter librefetchdir/%,$(detect-all))) +pots = $(libretools-bins) $(outdir)/librefetch-install: $(var)pkgconfdir $(outdir)/librefetch-makepkg.conf: $(var)bindir -- cgit v1.2.2