matt mooney | dffb964 | 2011-07-07 00:31:52 -0700 | [diff] [blame] | 1 | libusbip_la_CPPFLAGS = -DUSBIDS_FILE='"@USBIDS_DIR@/usb.ids"' |
| 2 | libusbip_la_CFLAGS = @EXTRA_CFLAGS@ |
| 3 | libusbip_la_LDFLAGS = -version-info @LIBUSBIP_VERSION@ |
Takahiro Hirofuchi | 0945b4f | 2011-05-14 03:55:07 -0700 | [diff] [blame] | 4 | |
matt mooney | cd62e07 | 2011-05-14 03:55:14 -0700 | [diff] [blame] | 5 | lib_LTLIBRARIES := libusbip.la |
matt mooney | a16941a | 2011-06-19 22:44:46 -0700 | [diff] [blame] | 6 | libusbip_la_SOURCES := names.c names.h usbip_host_driver.c usbip_host_driver.h \ |
Krzysztof Opasiak | 7b3f74f | 2016-03-08 21:49:05 +0100 | [diff] [blame] | 7 | usbip_device_driver.c usbip_device_driver.h \ |
Krzysztof Opasiak | 3391ba0 | 2016-03-08 21:49:04 +0100 | [diff] [blame] | 8 | usbip_common.c usbip_common.h usbip_host_common.h \ |
| 9 | usbip_host_common.c vhci_driver.c vhci_driver.h \ |
Valentina Manea | ecc13b7 | 2014-03-08 14:53:25 +0200 | [diff] [blame] | 10 | sysfs_utils.c sysfs_utils.h |