merge, download fixing.
[surf.git] / config.mk
index 6d24691..c620341 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -13,12 +13,12 @@ GTKLIB=$(shell pkg-config --libs gtk+-2.0 webkit-1.0)
 
 # includes and libs
 INCS = -I. -I/usr/include ${GTKINC}
-LIBS = -L/usr/lib -lc ${GTKLIB}
+LIBS = -L/usr/lib -lc ${GTKLIB} -lgthread-2.0
 
 # flags
-CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
+CPPFLAGS = -DVERSION=\"${VERSION}\"
 #CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
-CFLAGS = -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
+CFLAGS = -std=c99 -pedantic -Wall -Werror -O0 ${INCS} ${CPPFLAGS}
 #LDFLAGS = -s ${LIBS}
 LDFLAGS = ${LIBS}