]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Don't install rlm_test
authorAlan T. DeKok <aland@freeradius.org>
Mon, 12 Jan 2015 18:07:34 +0000 (13:07 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 12 Jan 2015 18:07:34 +0000 (13:07 -0500)
Makefile

index 548b768bdb97a38fc7b120323abbbef5ab2ccd56..9f37c07dd94ed8152d59f77eb662ccde4343d7c3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -117,6 +117,11 @@ $(R)$(mandir)/%: man/%
        @echo INSTALL $(notdir $<)
        @$(INSTALL) -m 644 $< $@
 
+#
+#  Don't install rlm_test
+#
+ALL_INSTALL := $(patsubst %rlm_test.la,,$(ALL_INSTALL))
+
 install: install.dirs install.share install.man
 
 ifneq ($(RADMIN),)