diff options
author | Connor Lane Smith <cls@lubutu.com> | 2010-06-24 17:44:35 +0100 |
---|---|---|
committer | Connor Lane Smith <cls@lubutu.com> | 2010-06-24 17:44:35 +0100 |
commit | 4508fd2c4ee3171bdc1bffb7e53ecda8290292ef (patch) | |
tree | e86bbdfc4e1cc93fe5906ef204bf970d389c3df2 /config.mk | |
parent | 723361fa124aa666d637e3fc9f5df1210a9e02b4 (diff) |
moved draw.c to libdraw.a
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,8 +15,8 @@ XINERAMALIBS = -L${X11LIB} -lXinerama XINERAMAFLAGS = -DXINERAMA # includes and libs -INCS = -I. -I/usr/include -I${X11INC} -LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${XINERAMALIBS} +INCS = -I. -Idraw -I/usr/include -I${X11INC} +LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -Ldraw -ldraw ${XINERAMALIBS} # flags CPPFLAGS = -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} |