core: Link against libm for "round"
authorJens Georg <mail@jensge.org>
Mon, 3 Feb 2014 16:52:47 +0000 (17:52 +0100)
committerJens Georg <mail@jensge.org>
Mon, 3 Feb 2014 20:10:46 +0000 (21:10 +0100)
Signed-off-by: Jens Georg <mail@jensge.org>
src/librygel-core/Makefile.am

index e984488..d77e7c8 100644 (file)
@@ -29,7 +29,8 @@ librygel_core_2_2_la_CFLAGS = \
        -DG_LOG_DOMAIN='"Rygel"'
 
 librygel_core_2_2_la_LIBADD = \
-       $(LIBRYGEL_CORE_DEPS_LIBS)
+       $(LIBRYGEL_CORE_DEPS_LIBS) \
+       -lm
 
 RYGEL_CORE_VERSION=2:2:0
 librygel_core_2_2_la_LDFLAGS = \