Add Makefile to help creating the libganglia.so link

This commit is contained in:
Thomas Roehl 2022-02-15 18:15:51 +01:00
parent 4ae5fb8fd9
commit ea5f4ab5c2

5
sinks/Makefile Normal file
View File

@ -0,0 +1,5 @@
all: libganglia.so
libganglia.so:
@find /usr -name "libganglia.so*" -exec ln -s {} libganglia.so \;