mirror of https://github.com/nirenjan/libx52.git
Build libusbx52 only for tests
parent
e5ea621899
commit
d4afbd6de2
|
@ -1,13 +1,13 @@
|
|||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
# libusb stub library for use by test programs
|
||||
noinst_LTLIBRARIES = libusbx52.la
|
||||
check_LTLIBRARIES = libusbx52.la
|
||||
|
||||
libusbx52_la_SOURCES = usb_x52_stub.c
|
||||
libusbx52_la_LDFLAGS = -rpath /nowhere
|
||||
libusbx52_la_LDFLAGS = -rpath /nowhere -module
|
||||
|
||||
# Utility programs for use by tests
|
||||
noinst_PROGRAMS = x52test_create_device_list x52test_log_actions
|
||||
check_PROGRAMS = x52test_create_device_list x52test_log_actions
|
||||
|
||||
x52test_create_device_list_SOURCES = util/create_device_list.c
|
||||
|
||||
|
|
Loading…
Reference in New Issue