On Wed, Jan 28, 2015 at 03:38:37PM +0100, Tomáš Čejka wrote:
> I'm studying source codes of the OpenFlow implementation (in OVS) because of
> the OF-CONFIG project. I would like to discuss an issue that we've found.
>
> We've discovered that OVS installs static libraries without necessary header
> files.
> I think that the reason is based on inappropriate Makefile or
> lib/automake.mk that does not define include_HEADERS files that should be
> installed into ${includedir}.
>
> Would you please confirm or reject my idea? Is there any reason of current
> state?
We're in the middle of a slow process of defining a public API. Until
then, the best bet is to either build your software as a fork of the OVS
repo (which is not a bad idea anyway if your ultimate goal is to get
OF-CONFIG support into OVS) or to build with an include path that
includes a full OVS source tree.
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev