aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorConnor Lane Smith2010-09-13 14:22:02 +0100
committerConnor Lane Smith2010-09-13 14:22:02 +0100
commit610a0a8d126b5caa7fec60632c999ca326ca2eff (patch)
tree437997dd4bc4fa8be961b031e7db25a8f18e11ba /config.mk
parentf0818217b3d2d0e527f11a5708badf6ddc72e99d (diff)
fixed linking bug (thanks Jacob Nixdorf) & iscntrl corner case
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 03212d5..6e1b95f 100644
--- a/config.mk
+++ b/config.mk
@@ -16,7 +16,7 @@ XINERAMAFLAGS = -DXINERAMA
# includes and libs
INCS = -I${X11INC}
-LIBS = -L${X11LIB} -ldraw -lX11 ${XINERAMALIBS}
+LIBS = -L${X11LIB} -ldc -lX11 ${XINERAMALIBS}
# flags
CPPFLAGS = -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}