diff options
author | Anselm R Garbe <anselm@garbe.us> | 2009-06-23 17:34:20 +0100 |
---|---|---|
committer | Anselm R Garbe <anselm@garbe.us> | 2009-06-23 17:34:20 +0100 |
commit | 54dc0d542cbc8eada2250fe80d161a272f30ddac (patch) | |
tree | 14106e73f128f403ef2a6ca56468b1c69a81399e /config.mk | |
parent | 913333f51840d942bdde891eb2fb3c7f66b83db1 (diff) |
fixed tagmon, re-using detach/detachstack and attach/attachstack
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,8 +11,8 @@ X11INC = /usr/X11R6/include X11LIB = /usr/X11R6/lib # Xinerama, un-comment if you want it -#XINERAMALIBS = -L${X11LIB} -lXinerama -#XINERAMAFLAGS = -DXINERAMA +XINERAMALIBS = -L${X11LIB} -lXinerama +XINERAMAFLAGS = -DXINERAMA # includes and libs INCS = -I. -I/usr/include -I${X11INC} |