<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
O/H Roar Bjørgum Rotvik έγραψε:
<blockquote cite="mid4611FF77.6060003@tihlde.org" type="cite"><!---->
  <pre wrap="">
2) The lib/Makefile misses entry for bmf, so the bmf plugin is not build by "make libs".

This was some small things discovered while I'm prepping to build RPM for 0.5.0 :)

  </pre>
Congratulations on 0.5.0!<br>
</blockquote>
There is a small bug in ./Makefile<br>
<br>
OS variable should also be passed to "make libs" to get all lib sources
automatically detected and build.<br>
<br>
<tt>#<br>
# PLUGINS<br>
#<br>
<br>
libs:<br>
                $(MAKE) -C lib LIBDIR=$(LIBDIR) <b>OS=$(OS)</b><br>
</tt><br>
<br>
<br>
Vassilis
</body>
</html>