On Wed, Nov 12, 2014 at 03:06:01PM +0100, Thomas Graf wrote: > Allows for installable headers in later commits. > > Signed-off-by: Thomas Graf <tg...@noironetworks.com>
I strongly dislike adding SUBDIRS because they slow down builds and (especially) automake and autoconf invocation. I think we can avoid it, though, by adding directory-specific variables, e.g.: openflowincludedir = $(includedir)/openflow openflowinclude_HEADERS = openflow.h # ...and so on. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev