summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Straz <nstraz@redhat.com>2011-01-05 09:35:15 -0500
committerNathan Straz <nstraz@redhat.com>2011-01-05 09:35:15 -0500
commit4af5fc5b59647f7e38ae100fc6e3ab25d19c347f (patch)
tree3762537dbe6aa350106959d9a0a87d18a875fbaf
parent09b154de3ca6026b730174ff53f1c31d15e3171c (diff)
downloadgxpp-4af5fc5b59647f7e38ae100fc6e3ab25d19c347f.tar.gz
gxpp-4af5fc5b59647f7e38ae100fc6e3ab25d19c347f.tar.xz
gxpp-4af5fc5b59647f7e38ae100fc6e3ab25d19c347f.zip
Link in the math library
ceil() needs this in more recent Fedora releases.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \