Add -lm to library

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2013-12-11 08:03:33 +10:00 committed by Jonas Ådahl
parent ac1f1acb41
commit c7af6193b6

View file

@ -17,7 +17,8 @@ libinput_la_SOURCES = \
udev-seat.h
libinput_la_LIBADD = $(MTDEV_LIBS) \
$(LIBUDEV_LIBS)
$(LIBUDEV_LIBS) \
-lm
libinput_la_CFLAGS = $(MTDEV_CFLAGS) \
$(LIBUDEV_CFLAGS) \
$(GCC_CFLAGS)