Don't install example plugin client-lifetime-stats

Signed-off-by: Norbert Heusser <norbert.heusser@cedalo.com>
pull/2703/head
Norbert Heusser 3 years ago
parent c834868cfa
commit e4c252b781

@ -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"

Loading…
Cancel
Save