mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-06 13:35:55 +02:00
Add Makefile to help creating the libganglia.so link
This commit is contained in:
parent
4ae5fb8fd9
commit
ea5f4ab5c2
5
sinks/Makefile
Normal file
5
sinks/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
all: libganglia.so
|
||||
|
||||
libganglia.so:
|
||||
@find /usr -name "libganglia.so*" -exec ln -s {} libganglia.so \;
|
Loading…
x
Reference in New Issue
Block a user