Skip to content

Commit

Permalink
include: Install openflow/ and openvswitch/ headers.
Browse files Browse the repository at this point in the history
Suggested-by: Ben Pfaff <[email protected]>
Signed-off-by: Thomas Graf <[email protected]>
Acked-by: Flavio Leitner <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
Thomas Graf authored and blp committed Nov 13, 2014
1 parent accf862 commit 534985f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion include/openflow/automake.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
noinst_HEADERS += \
openflowincludedir = $(includedir)/openflow
openflowinclude_HEADERS = \
include/openflow/nicira-ext.h \
include/openflow/openflow-1.0.h \
include/openflow/openflow-1.1.h \
Expand Down
3 changes: 2 additions & 1 deletion include/openvswitch/automake.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
noinst_HEADERS += \
openvswitchincludedir = $(includedir)/openvswitch
openvswitchinclude_HEADERS = \
include/openvswitch/types.h

0 comments on commit 534985f

Please sign in to comment.