From ad066b75fd1c3af9100ae86aba6e8e2b9be6f81f Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Thu, 21 Jun 2012 21:51:24 +0300 Subject: [PATCH] Remove -liniparser, not needed anymore. --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index a1a860e..191cc17 100644 --- a/config.mk +++ b/config.mk @@ -18,7 +18,7 @@ INIFLAGS = -DINI_ALLOW_MULTILINE=0 # includes and libs INCS = -I${X11INC} -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 ${XFTINC} -LIBS = -L${X11LIB} -lX11 -lXext -lXss -ldbus-1 ${XFTLIBS} -lpthread -liniparser -lrt ${XINERAMALIBS} +LIBS = -L${X11LIB} -lX11 -lXext -lXss -ldbus-1 ${XFTLIBS} -lpthread -lrt ${XINERAMALIBS} # flags CPPFLAGS = -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} ${INIFLAGS}