From: Pavel Charvat Date: Tue, 5 Sep 2017 07:04:30 +0000 (+0200) Subject: Build: "make install" should install also UCW::Configure module. X-Git-Tag: v6.5.5~5 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=502bc034f83f69166d59fbaf7ee9a0a79f5c9222;p=libucw.git Build: "make install" should install also UCW::Configure module. --- diff --git a/ucw/perl/UCW/Configure/Makefile b/ucw/perl/UCW/Configure/Makefile index 35120450..7f743f9e 100644 --- a/ucw/perl/UCW/Configure/Makefile +++ b/ucw/perl/UCW/Configure/Makefile @@ -8,6 +8,8 @@ PROGS+=$(CONFIGURE_MODULES) $(CONFIGURE_MODULES) : PERL_MODULE_DIR=UCW/Configure +INSTALL_TARGETS+=install-perl-ucw-configure + # XXX: This is a hack. UCW::Configure is a part of the build system, # not of LibUCW proper. Nevertheless, we should avoid moving things # around in point releases, so we are keeping it here with a special