summaryrefslogtreecommitdiff
path: root/core/dwm/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'core/dwm/config.mk')
-rw-r--r--core/dwm/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dwm/config.mk b/core/dwm/config.mk
index 6821465..b469a2b 100644
--- a/core/dwm/config.mk
+++ b/core/dwm/config.mk
@@ -23,7 +23,7 @@ FREETYPEINC = /usr/include/freetype2
# includes and libs
INCS = -I${X11INC} -I${FREETYPEINC}
-LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lmpdclient
+LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS}
# flags
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}