summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \