Build libusbx52 only for tests

feature/test-new-mem-api
nirenjan 2017-08-25 06:39:04 -07:00
parent e5ea621899
commit d4afbd6de2
1 changed files with 3 additions and 3 deletions

View File

@ -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