diff options
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,8 +11,8 @@ X11INC = /usr/X11R6/include | |||
11 | X11LIB = /usr/X11R6/lib | 11 | X11LIB = /usr/X11R6/lib |
12 | 12 | ||
13 | # includes and libs | 13 | # includes and libs |
14 | INCS = -I. -I/usr/include -I${X11INC} | 14 | INCS = -I. -I/usr/include -I${X11INC} -I/usr/include/freetype2 |
15 | LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lutil -lXext | 15 | LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lutil -lXext -lXft |
16 | 16 | ||
17 | # flags | 17 | # flags |
18 | CPPFLAGS = -DVERSION=\"${VERSION}\" | 18 | CPPFLAGS = -DVERSION=\"${VERSION}\" |