blob: bc740a415e35b856c7da7ff233f52960cb0f59d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/Makefile b/Makefile
index 443a911..ba83210 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,7 @@
#
LFLAGS = -shared
+LFLAGS += $(LDFLAGS)
## Support for GKrellM 2.0
|