From 0c356e1510354214344d048a0aa2cb2ba9cc72cb Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg Date: Fri, 27 Jan 2012 11:57:28 -0500 Subject: compositor: Link to libm --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3