author | Clemens Lang <neverpanic@gmail.com> | |
Sat, 10 Mar 2012 01:30:26 +0000 (02:30 +0100) | ||
committer | Florian Forster <octo@collectd.org> | |
Wed, 14 Mar 2012 06:44:47 +0000 (07:44 +0100) | ||
commit | ffcee9ab7119fb0580d3d4e3938316d3c29d6352 | |
tree | 8cea5c3215ca191b2faa7231ef83f49fd9d2c11e | tree | snapshot |
parent | 09a676620cb38503f57d12e0452c0e72cd691f7f | commit | diff |
Makefile adds dependency on $(LIBLTDL), which is valued "-lltdl"
When building on OS X, the collectd build failed, because the collectd target
has a dependency on "-lltdl", which is the value the variable $(LIBLTDL) has.
Obviously, this should be the file name instead. I am however not sure how to
specify the correct filename in this case.
Fixes GitHub issue #54.
Signed-off-by: Florian Forster <octo@collectd.org>
When building on OS X, the collectd build failed, because the collectd target
has a dependency on "-lltdl", which is the value the variable $(LIBLTDL) has.
Obviously, this should be the file name instead. I am however not sure how to
specify the correct filename in this case.
Fixes GitHub issue #54.
Signed-off-by: Florian Forster <octo@collectd.org>
src/Makefile.am | diff | blob | history |