aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar uranther <jwheaton@purdue.edu>2009-06-03 15:27:33 -0400
committerGravatar uranther <jwheaton@purdue.edu>2009-06-03 15:27:33 -0400
commit59399c365a8f9dbfaa1486bca2bc2f01ee7c434e (patch)
tree15dfd38e222893d6a69c7d30f8d3733f98016a25 /Makefile
parent37de203f15cc2dbea7abab3d14d6bfe5355e609c (diff)
Added -std=gnu99 to Makefile. strtof() came with c99, which is why GCC was throwing a warning on compilation. Zoom works now
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fa20b6c..d002f65 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CPPFLAGS:=$(shell pkg-config --cflags gtk+-2.0 webkit-1.0) -ggdb -Wall -W -DARCH="\"$(shell uname -m)\"" -DG_ERRORCHECK_MUTEXES -DCOMMIT="\"$(shell git log | head -n1 | sed "s/.* //")\"" $(CPPFLAGS)
+CPPFLAGS:=$(shell pkg-config --cflags gtk+-2.0 webkit-1.0) -ggdb -Wall -W -std=gnu99 -DARCH="\"$(shell uname -m)\"" -DG_ERRORCHECK_MUTEXES -DCOMMIT="\"$(shell git log | head -n1 | sed "s/.* //")\"" $(CPPFLAGS)
LDFLAGS:=$(shell pkg-config --libs gtk+-2.0 webkit-1.0) $(LDFLAGS)
all: uzbl uzblctrl