From 985e3305249987739867f33879ddbb8bc3028e00 Mon Sep 17 00:00:00 2001 From: "anselm@anselm1" Date: Fri, 21 Dec 2007 12:54:45 +0000 Subject: merged Christof Musik's Xinerama support patches, though this needs some polishing! --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.mk') 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}\" -- cgit v1.2.3