summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAuke Kok <auke-jan.h.kok@intel.com>2013-03-26 11:13:47 -0700
committerAuke Kok <auke-jan.h.kok@intel.com>2013-03-26 11:35:27 -0700
commitb0640287f784a320661f7206c9ade07b99003fd5 (patch)
tree759a3ce23f4995e27d5f8c278659259bb0846961 /Makefile.am
parent94243ef299425d6c7089a7a05c48c9bb8f6cf3da (diff)
readahead: cleanups
- check for OOM - no need to use floats and round()
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 58619760f5..37c1cc2692 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2956,7 +2956,7 @@ systemd_readahead_SOURCES = \
systemd_readahead_LDADD = \
libsystemd-shared.la \
libsystemd-daemon.la \
- libudev.la -lm
+ libudev.la
dist_doc_DATA += \
src/readahead/sd-readahead.c \