fixes
[speedometer] / Makefile
index 5d7214d..dbdf2dc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-PKGS     = gtk+-2.0 liblocation gconf-2.0
+PKGS     = gtk+-2.0 liblocation gconf-2.0 libosso
 CC       = gcc
 LINK     = gcc
-CFLAGS   = -g -Wall -pedantic -std=gnu99
+CFLAGS   = -g -Wall -O0 -pedantic -std=gnu99
 INCPATH  = `pkg-config --cflags $(PKGS)`
 LIBS     = `pkg-config --libs $(PKGS)`