aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorConnor Lane Smith <cls@lubutu.com>2010-06-30 01:36:15 +0100
committerConnor Lane Smith <cls@lubutu.com>2010-06-30 01:36:15 +0100
commit26b9f3de0ffe471e5335b07454147457e373c037 (patch)
tree5480fedbc318d490a4e90c2104d6ba8c26258698 /config.mk
parent7afd296c40a2e8af9477add1c3d02a7c4b444747 (diff)
downloaddmenu-26b9f3de0ffe471e5335b07454147457e373c037.tar.gz
dmenu-26b9f3de0ffe471e5335b07454147457e373c037.tar.bz2
dmenu-26b9f3de0ffe471e5335b07454147457e373c037.zip
libdraw now has own repo
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 431754e..c8bbdcd 100644
--- a/config.mk
+++ b/config.mk
@@ -15,8 +15,8 @@ XINERAMALIBS = -L${X11LIB} -lXinerama
XINERAMAFLAGS = -DXINERAMA
# includes and libs
-INCS = -I. -Idraw -I/usr/include -I${X11INC}
-LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -Ldraw -ldraw ${XINERAMALIBS}
+INCS = -I. -I/usr/include -I${X11INC}
+LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -ldraw ${XINERAMALIBS}
# flags
CPPFLAGS = -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}