summaryrefslogtreecommitdiff
blob: 1d711fb749463e7a87ab07a13605762c1c1a1e31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Makefile b/Makefile
index 7a9821d..db02cad 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,8 @@ FLAGS = -O2 -Wall -fPIC $(GTK_CFLAGS) $(GKRELLM_INCLUDE)
 LIBS = $(GTK_LIB)
 LFLAGS = -shared
 
+LFLAGS += $(LDFLAGS)
+
 OBJS = volume.o mixer.o oss_mixer.o
 
 ifeq ($(enable_alsa),1)