2011-07-07 14:31:52 +07:00
|
|
|
libusbip_la_CPPFLAGS = -DUSBIDS_FILE='"@USBIDS_DIR@/usb.ids"'
|
|
|
|
libusbip_la_CFLAGS = @EXTRA_CFLAGS@
|
|
|
|
libusbip_la_LDFLAGS = -version-info @LIBUSBIP_VERSION@
|
2011-05-14 17:55:07 +07:00
|
|
|
|
2011-05-14 17:55:14 +07:00
|
|
|
lib_LTLIBRARIES := libusbip.la
|
2011-06-20 12:44:46 +07:00
|
|
|
libusbip_la_SOURCES := names.c names.h usbip_host_driver.c usbip_host_driver.h \
|
2016-03-09 03:49:05 +07:00
|
|
|
usbip_device_driver.c usbip_device_driver.h \
|
2016-03-09 03:49:04 +07:00
|
|
|
usbip_common.c usbip_common.h usbip_host_common.h \
|
|
|
|
usbip_host_common.c vhci_driver.c vhci_driver.h \
|
2014-03-08 19:53:25 +07:00
|
|
|
sysfs_utils.c sysfs_utils.h
|