aboutsummaryrefslogtreecommitdiffstats
path: root/tools/usb/usbip/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tools/usb/usbip/Makefile.am')
-rw-r--r--tools/usb/usbip/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/usb/usbip/Makefile.am b/tools/usb/usbip/Makefile.am
index da3a430849a8..5961e9c18812 100644
--- a/tools/usb/usbip/Makefile.am
+++ b/tools/usb/usbip/Makefile.am
@@ -2,6 +2,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)