add math library to link

This commit is contained in:
Vincent Sanders 2012-11-05 17:20:04 +00:00
parent 5638887a4b
commit f16d560f6f
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ GTKCFLAGS := -std=c99 -Dgtk -Dnsgtk \
GTKLDFLAGS := $(shell $(PKG_CONFIG) --cflags --libs gtk+-$(NETSURF_GTK_MAJOR).0 gthread-2.0 gmodule-2.0 lcms)
CFLAGS += $(GTKCFLAGS)
LDFLAGS += $(GTKLDFLAGS)
LDFLAGS += -lm $(GTKLDFLAGS)
# ---------------------------------------------------------------------------
# Windows flag setup