summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorQuentin Rameau <quinq@fifth.space>2018-04-30 16:13:12 +0200
committerAaron Marcher <me@drkhsh.at>2018-04-30 16:27:07 +0200
commitf58ce841802e2f80df3cb90e3668836a4d3995b9 (patch)
treeb0a1d2c09b84a8c211091cf6e610dba71dfbbae8 /Makefile
parentea151186b969120def7241d4516a587554227045 (diff)
Makefile: move OS-specific libs to configure script
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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