From e4c252b781913f41e49a431d5133c0d40da24b9e Mon Sep 17 00:00:00 2001 From: Norbert Heusser Date: Mon, 28 Nov 2022 14:22:44 +0000 Subject: [PATCH] Don't install example plugin client-lifetime-stats Signed-off-by: Norbert Heusser --- plugins/examples/client-lifetime-stats/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/examples/client-lifetime-stats/Makefile b/plugins/examples/client-lifetime-stats/Makefile index b25d6e4c..b3a45da9 100644 --- a/plugins/examples/client-lifetime-stats/Makefile +++ b/plugins/examples/client-lifetime-stats/Makefile @@ -22,8 +22,8 @@ test: install: ${PLUGIN_NAME}.so # Don't install, these are examples only. - $(INSTALL) -d "${DESTDIR}$(libdir)" - $(INSTALL) ${STRIP_OPTS} ${PLUGIN_NAME}.so "${DESTDIR}${libdir}/${PLUGIN_NAME}.so" + #$(INSTALL) -d "${DESTDIR}$(libdir)" + #$(INSTALL) ${STRIP_OPTS} ${PLUGIN_NAME}.so "${DESTDIR}${libdir}/${PLUGIN_NAME}.so" uninstall : -rm -f "${DESTDIR}${libdir}/${PLUGIN_NAME}.so"