From 2ea3d46f1341716daa1370f0f19d1fc571c3e63a Mon Sep 17 00:00:00 2001 From: Quentin Rameau Date: Mon, 30 Apr 2018 16:13:12 +0200 Subject: Makefile: move OS-specific libs to configure script --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a2c49c8..e046597 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ COM =\ SLSCFLAGS = -I$(X11INC) -D_DEFAULT_SOURCE $(CFLAGS) SLSLDFLAGS = -L$(X11LIB) $(LDFLAGS) -SLSLIBS = -lX11 $(OSSLIBS) $(LIBS) +SLSLIBS = -lX11 $(OSLIBS) $(LIBS) all: slstatus -- cgit v1.2.3