X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=config.mk;h=da6e62123120f2b4f6630662b949e3894e0bc3e9;hp=ebd0188aadda942de72bb58b71085e8a7eea3123;hb=985e3305249987739867f33879ddbb8bc3028e00;hpb=5f19423c7bd2aa1ebb3010af15bebffbc3a9cbc3 diff --git a/config.mk b/config.mk index ebd0188..da6e621 100644 --- a/config.mk +++ b/config.mk @@ -12,7 +12,7 @@ X11LIB = /usr/X11R6/lib # includes and libs INCS = -I. -I/usr/include -I${X11INC} -LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 +LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lXinerama # flags CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"