Introduction
Introduction Statistics Contact Development Disclaimer Help
config.mk: Add LIBDIR - xssstate - a simple utility to get the X screensaver st…
git clone git://git.suckless.org/xssstate
Log
Files
Refs
README
LICENSE
---
commit 5d8e9b49ce2970f786f1e5aa12bbaae83900453f
parent 7cbc05ec64a608a1abab780d030c6464ec02cee1
Author: orbea <[email protected]>
Date: Fri, 23 Sep 2022 21:17:01 -0700
config.mk: Add LIBDIR
Signed-off-by: Christoph Lohmann <[email protected]>
Diffstat:
M config.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/config.mk b/config.mk
@@ -5,11 +5,12 @@ VERSION = 1.1
# paths
PREFIX = /usr/local
+LIBDIR = ${PREFIX}/lib
MANPREFIX = ${PREFIX}/share/man
# includes and libs
INCS = -I. -I/usr/include
-LIBS = -L/usr/lib -lc -lX11 -lXss
+LIBS = -L${LIBDIR} -lc -lX11 -lXss
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\"
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.