From d4afbd6de22cc882677a4d391d68874df017e944 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Fri, 25 Aug 2017 06:39:04 -0700 Subject: [PATCH] Build libusbx52 only for tests --- lib/libusbx52/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libusbx52/Makefile.am b/lib/libusbx52/Makefile.am index 71741cc..7f3e766 100644 --- a/lib/libusbx52/Makefile.am +++ b/lib/libusbx52/Makefile.am @@ -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