diff options
author | Cristian RodrÃguez <crrodriguez@opensuse.org> | 2014-11-04 20:48:08 -0300 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2014-11-05 12:58:10 +0100 |
commit | 01acf6c3b7390e8c47b7a5cd7cae4bcbd2846634 (patch) | |
tree | a69b46fd1204663752e57a94c299754ac1e11c81 | |
parent | a87a38c20196a4aeb56b6ba71d688eefd0b21c30 (diff) |
buildsys: test-util needs -lm for fabs()
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ff5f61b585..3686103b52 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1543,6 +1543,7 @@ test_util_SOURCES = \ src/test/test-util.c test_util_LDADD = \ + -lm \ libsystemd-core.la test_uid_range_SOURCES = \ |