config.mk
changeset 1436 2a288c62abe5
parent 1409 ed5530a91efe
child 1437 bb00510a176a
equal deleted inserted replaced
1435:5af9165892ca 1436:2a288c62abe5
     9 
     9 
    10 X11INC = /usr/X11R6/include
    10 X11INC = /usr/X11R6/include
    11 X11LIB = /usr/X11R6/lib
    11 X11LIB = /usr/X11R6/lib
    12 
    12 
    13 # Xinerama, un-comment if you want it
    13 # Xinerama, un-comment if you want it
    14 XINERAMALIBS = -L${X11LIB} -lXinerama
    14 #XINERAMALIBS = -L${X11LIB} -lXinerama
    15 XINERAMAFLAGS = -DXINERAMA
    15 #XINERAMAFLAGS = -DXINERAMA
    16 
    16 
    17 # includes and libs
    17 # includes and libs
    18 INCS = -I. -I/usr/include -I${X11INC}
    18 INCS = -I. -I/usr/include -I${X11INC}
    19 LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${XINERAMALIBS}
    19 LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${XINERAMALIBS}
    20 
    20