Makfile: fix linking error + remove EOL whitespace
authorBrian Norris <banorris@uci.edu>
Mon, 21 May 2012 04:26:07 +0000 (21:26 -0700)
committerBrian Norris <banorris@uci.edu>
Mon, 21 May 2012 04:26:07 +0000 (21:26 -0700)
commit3d3eb15b67956341e22288081ef887a281ed49e1
treefa8fbb0f1ac9540c24bd97e3c995c947a4f6b507
parent5d742590c334d40f63f08b42d6eb4ef9bb822103
Makfile: fix linking error + remove EOL whitespace

If you're using libdl for dynamic loading, you need to include the library flag
at the top-level linking.
Makefile