diff options
author | Auke Kok <auke-jan.h.kok@intel.com> | 2013-03-26 11:13:47 -0700 |
---|---|---|
committer | Auke Kok <auke-jan.h.kok@intel.com> | 2013-03-26 11:35:27 -0700 |
commit | b0640287f784a320661f7206c9ade07b99003fd5 (patch) | |
tree | 759a3ce23f4995e27d5f8c278659259bb0846961 /Makefile.am | |
parent | 94243ef299425d6c7089a7a05c48c9bb8f6cf3da (diff) |
readahead: cleanups
- check for OOM
- no need to use floats and round()
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
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 \ |