File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,17 @@ AM_CPPFLAGS = -I$(top_srcdir)/hidapi/
4
4
if OS_LINUX
5
5
noinst_PROGRAMS = hidtest-libusb hidtest-hidraw
6
6
7
- hidtest_hidraw_SOURCES = hidtest.cpp
7
+ hidtest_hidraw_SOURCES = hidtest.c
8
8
hidtest_hidraw_LDADD = $(top_builddir ) /linux/libhidapi-hidraw.la
9
9
10
- hidtest_libusb_SOURCES = hidtest.cpp
10
+ hidtest_libusb_SOURCES = hidtest.c
11
11
hidtest_libusb_LDADD = $(top_builddir ) /libusb/libhidapi-libusb.la
12
12
else
13
13
14
14
# Other OS's
15
15
noinst_PROGRAMS = hidtest
16
16
17
- hidtest_SOURCES = hidtest.cpp
17
+ hidtest_SOURCES = hidtest.c
18
18
hidtest_LDADD = $(top_builddir ) /$(backend ) /libhidapi.la
19
19
20
20
endif
File renamed without changes.
Original file line number Diff line number Diff line change 174
174
UniqueIdentifier=" {4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
175
175
>
176
176
<File
177
- RelativePath=" ..\hidtest\hidtest.cpp "
177
+ RelativePath=" ..\hidtest\hidtest.c "
178
178
>
179
179
</File >
180
180
</Filter >
You can’t perform that action at this time.
0 commit comments