Skip to content

Commit

Permalink
usbip: tools: Install all headers needed for libusbip development
Browse files Browse the repository at this point in the history
usbip_host_driver.h now depends on several additional headers, which
need to be installed along with it.

Fixes: 021aed8 ("staging: usbip: userspace: migrate usbip_host_driver ...")
Fixes: 3391ba0 ("usbip: tools: Extract generic code to be shared with ...")
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Acked-by: Shuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
bwhacks authored and gregkh committed Oct 4, 2017
1 parent 38502ef commit c15562c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/usb/usbip/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
SUBDIRS := libsrc src
includedir = @includedir@/usbip
include_HEADERS := $(addprefix libsrc/, \
usbip_common.h vhci_driver.h usbip_host_driver.h)
usbip_common.h vhci_driver.h usbip_host_driver.h \
list.h sysfs_utils.h usbip_host_common.h)

dist_man_MANS := $(addprefix doc/, usbip.8 usbipd.8)

0 comments on commit c15562c

Please sign in to comment.