| twell, AIM_XINERAMA should not be enabled - dwm - [fork] customized build of dw… | |
| git clone git://src.adamsgaard.dk/dwm | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 9804726c8289f6ccbc615d4820a2fa43116710e3 | |
| parent 7bc272a4e4f463c673d12144b3a202db2345e7de | |
| Author: anselm@anselm1 <unknown> | |
| Date: Thu, 28 Feb 2008 21:39:45 +0000 | |
| well, AIM_XINERAMA should not be enabled | |
| Diffstat: | |
| M config.mk | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/config.mk b/config.mk | |
| t@@ -17,7 +17,7 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lXinerama | |
| # flags | |
| CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" | |
| LDFLAGS = -s ${LIBS} | |
| -CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" -DAI… | |
| +CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" | |
| LDFLAGS = -g ${LIBS} | |
| # Solaris |