Sorry for the second message, I realized I should specify my environment more precisely... I tested the package available at: http://openvswitch.org/releases/openvswitch-2.3.1.tar.gz
and the older version 2.3.0.

Installation was done in standard way by ./boot.sh&&./configure --prefix=/some/prefix&&make -j6 install

Tomas

Dne 28.1.2015 v 15:38 Tomáš Čejka napsal(a):
Hello,
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?

According to my opinion, installation of the header files would definitely help developers of third-party utilities.

Thank you for any reply.
Tomas Cejka
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to