config.mk: use X11INC for default include - thinglaunch - A simple command and password promtper for X11.
 (HTM) git clone git://bitreich.org/thinglaunch
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) LICENSE
       ---
 (DIR) commit d2b718ab6c586f855e56041dced3c2472db5c8ea
 (DIR) parent d67511b5bd71cac812727218bc42cc3d23760bc5
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sat,  8 Dec 2018 11:49:23 +0100
       
       config.mk: use X11INC for default include
       
       Signed-off-by: Christoph Lohmann <20h@r-36.net>
       
       Diffstat:
         M config.mk                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) 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