config.mk
changeset 1072 5a06b4b69479
parent 1069 b61ffb85f691
child 1079 ba7486659f1d
--- a/config.mk	Sun Dec 09 13:39:29 2007 +0100
+++ b/config.mk	Fri Dec 21 12:54:45 2007 +0000
@@ -12,7 +12,7 @@
 
 # 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}\"