diff options
author | anselm@anselm1 <unknown> | 2007-12-21 12:54:45 +0000 |
---|---|---|
committer | anselm@anselm1 <unknown> | 2007-12-21 12:54:45 +0000 |
commit | 985e3305249987739867f33879ddbb8bc3028e00 (patch) | |
tree | 220c17316362d8344a9b561bb2a800782f4e9272 /config.mk | |
parent | 5f19423c7bd2aa1ebb3010af15bebffbc3a9cbc3 (diff) | |
download | dwm-985e3305249987739867f33879ddbb8bc3028e00.tar.gz |
merged Christof Musik's Xinerama support patches, though this needs some polishing!
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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}\" |