usbip: tools: Install all headers needed for libusbip development
authorBen Hutchings <ben@decadent.org.uk>
Sun, 1 Oct 2017 01:18:37 +0000 (02:18 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Oct 2017 07:57:02 +0000 (09:57 +0200)
usbip_host_driver.h now depends on several additional headers, which
need to be installed along with it.

Fixes: 021aed845303 ("staging: usbip: userspace: migrate usbip_host_driver ...")
Fixes: 3391ba0e2792 ("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>
tools/usb/usbip/Makefile.am

index 66f8bf038c9f6a5d3ec5c8d41acc0f91313bf7c1..45eaa70a71e0fe8978322a52cfb19403600f51fc 100644 (file)
@@ -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)