mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-08-14 14:52:58 +02:00
Add Makefile to help creating the libganglia.so link
This commit is contained in:
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 \;
|
Reference in New Issue
Block a user