X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.mk;h=da6e62123120f2b4f6630662b949e3894e0bc3e9;hb=a62630ae9200f36f2ef7df805c22213b54c776c7;hp=ebd0188aadda942de72bb58b71085e8a7eea3123;hpb=8497f9f78195d386c7b50bc5105641a5c3f78554;p=dwm.git 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}\"