aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGwenolé Beauchesne <gbeauchesne@mandriva.org>2005-04-05 15:09:55 +0000
committerGwenolé Beauchesne <gbeauchesne@mandriva.org>2005-04-05 15:09:55 +0000
commita26df9666ea0fa4995aef2372498fd04779ba2c9 (patch)
tree87324b8b6026d2fc6cb58f758879eb13e2465efd /Makefile
parent6c2b932a519d35113070c6d8fe4ff13bc1b84778 (diff)
downloadmonitor-edid-a26df9666ea0fa4995aef2372498fd04779ba2c9.tar
monitor-edid-a26df9666ea0fa4995aef2372498fd04779ba2c9.tar.gz
monitor-edid-a26df9666ea0fa4995aef2372498fd04779ba2c9.tar.bz2
monitor-edid-a26df9666ea0fa4995aef2372498fd04779ba2c9.tar.xz
monitor-edid-a26df9666ea0fa4995aef2372498fd04779ba2c9.zip
cvt needs -lm because it uses floor() et al.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0dfad06..c79df3f 100644
--- a/Makefile
+++ b/Makefile
@@ -43,6 +43,8 @@ endif
all: $(TARGETS)
+cvt: LDFLAGS += -lm
+
monitor-get-edid: $(OBJS)
libx86emu.a: x86emu/*.c