Browse Source

Adding config.mk

master
phillbush 5 years ago
parent
commit
26cb0bfcf2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config.mk

+ 1
- 1
config.mk View File

@@ -17,7 +17,7 @@ FREETYPEINC = /usr/include/freetype2


# includes and libs # includes and libs
INCS = -I${LOCALINC} -I${X11INC} -I${FREETYPEINC} INCS = -I${LOCALINC} -I${X11INC} -I${FREETYPEINC}
LIBS = -L${LOCALLIB} -L${X11LIB} -lfontconfig -lXft -lX11 -lImlib2 LIBS = -L${LOCALLIB} -L${X11LIB} -lfontconfig -lXft -lX11 -lXinerama -lImlib2


# flags # flags
CPPFLAGS = CPPFLAGS =


||||||
x
 
000:0
Loading…
Cancel
Save