compositor: Link to libm

This commit is contained in:
Kristian Høgsberg 2012-01-27 11:57:28 -05:00
parent b7674a2a6c
commit 0c356e1510
1 changed files with 1 additions and 1 deletions

View File

@ -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 \