Introduction
Introduction Statistics Contact Development Disclaimer Help
config.mk: use X11INC for default include - thinglaunch - A simple command and …
git clone git://bitreich.org/thinglaunch
Log
Files
Refs
Tags
LICENSE
---
commit d2b718ab6c586f855e56041dced3c2472db5c8ea
parent d67511b5bd71cac812727218bc42cc3d23760bc5
Author: Hiltjo Posthuma <[email protected]>
Date: Sat, 8 Dec 2018 11:49:23 +0100
config.mk: use X11INC for default include
Signed-off-by: Christoph Lohmann <[email protected]>
Diffstat:
M config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/config.mk b/config.mk
@@ -12,7 +12,7 @@ X11INC = /usr/X11R6/include
X11LIB = /usr/X11R6/lib
# includes and libs
-INCS = -I. -I/usr/include
+INCS = -I. -I/usr/include -I${X11INC}
LIBS = -L/usr/lib -L${X11LIB} -lc -lX11
# flags
You are viewing proxied material from bitreich.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.