<!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 Acinonyx έγραψε:
<blockquote cite="mid4612208D.5000100@yahoo.gr" type="cite">
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
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
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
olsr-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:olsr-dev@olsr.org">olsr-dev@olsr.org</a>
<a class="moz-txt-link-freetext" href="https://www.olsr.org/mailman/listinfo/olsr-dev">https://www.olsr.org/mailman/listinfo/olsr-dev</a>
  </pre>
</blockquote>
To be complete it also needs to be passed to make install clean etc...<br>
</body>
</html>