We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa75ffb commit c1b3078Copy full SHA for c1b3078
hidtest/Makefile.am
@@ -4,17 +4,17 @@ AM_CPPFLAGS = -I$(top_srcdir)/hidapi/
4
if OS_LINUX
5
noinst_PROGRAMS = hidtest-libusb hidtest-hidraw
6
7
-hidtest_hidraw_SOURCES = hidtest.c
+hidtest_hidraw_SOURCES = test.c
8
hidtest_hidraw_LDADD = $(top_builddir)/linux/libhidapi-hidraw.la
9
10
-hidtest_libusb_SOURCES = hidtest.c
+hidtest_libusb_SOURCES = test.c
11
hidtest_libusb_LDADD = $(top_builddir)/libusb/libhidapi-libusb.la
12
else
13
14
# Other OS's
15
noinst_PROGRAMS = hidtest
16
17
-hidtest_SOURCES = hidtest.c
+hidtest_SOURCES = test.c
18
hidtest_LDADD = $(top_builddir)/$(backend)/libhidapi.la
19
20
endif
hidtest/hidtest.c renamed to hidtest/test.c
0 commit comments