diff options
Diffstat (limited to 'tools/usb/usbip/Makefile.am')
-rw-r--r-- | tools/usb/usbip/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/usb/usbip/Makefile.am b/tools/usb/usbip/Makefile.am new file mode 100644 index 000000000000..66f8bf038c9f --- /dev/null +++ b/tools/usb/usbip/Makefile.am | |||
@@ -0,0 +1,6 @@ | |||
1 | SUBDIRS := libsrc src | ||
2 | includedir = @includedir@/usbip | ||
3 | include_HEADERS := $(addprefix libsrc/, \ | ||
4 | usbip_common.h vhci_driver.h usbip_host_driver.h) | ||
5 | |||
6 | dist_man_MANS := $(addprefix doc/, usbip.8 usbipd.8) | ||