From 4af5fc5b59647f7e38ae100fc6e3ab25d19c347f Mon Sep 17 00:00:00 2001 From: Nathan Straz Date: Wed, 5 Jan 2011 09:35:15 -0500 Subject: Link in the math library ceil() needs this in more recent Fedora releases. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 901d795..693bc37 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ all: $(TARGETS) CFLAGS := -Wall -g $(TARGETS): gxp-int.c $(TARGETS): CFLAGS += -I/usr/include/libxml2 -$(TARGETS): LOADLIBES := -lxml2 +$(TARGETS): LOADLIBES := -lxml2 -lm install: all for i in $(TARGETS); do \ -- cgit