From ea5f4ab5c287324026b89b0cc4a2537cde612b1f Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Tue, 15 Feb 2022 18:15:51 +0100 Subject: [PATCH] Add Makefile to help creating the libganglia.so link --- sinks/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sinks/Makefile diff --git a/sinks/Makefile b/sinks/Makefile new file mode 100644 index 0000000..6defb77 --- /dev/null +++ b/sinks/Makefile @@ -0,0 +1,5 @@ + +all: libganglia.so + +libganglia.so: + @find /usr -name "libganglia.so*" -exec ln -s {} libganglia.so \;