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
commit2ea3d46f1341716daa1370f0f19d1fc571c3e63a (patch)
treeb0a1d2c09b84a8c211091cf6e610dba71dfbbae8 /Makefile
parent95665e437b8f556db4d5499e189e224e3c6e6a12 (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