summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2012-01-27 11:57:28 -0500
committerKristian Høgsberg <krh@bitplanet.net>2012-01-27 11:57:28 -0500
commit0c356e1510354214344d048a0aa2cb2ba9cc72cb (patch)
tree2b27c2af04f3f6bb97e7aa318d5c20ab208449fb
parentb7674a2a6c09a6ba5fda9934ad693800e6c915fe (diff)
compositor: Link to libm
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index efb2acd..2c91abc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -10,7 +10,7 @@ AM_CPPFLAGS = \
weston_LDFLAGS = -export-dynamic
weston_CFLAGS = $(GCC_CFLAGS)
weston_LDADD = \
- $(COMPOSITOR_LIBS) $(DLOPEN_LIBS) $(XSERVER_LAUNCHER_LIBS)
+ $(COMPOSITOR_LIBS) $(DLOPEN_LIBS) $(XSERVER_LAUNCHER_LIBS) -lm
weston_SOURCES = \
compositor.c \