Added support for Streamdeck Pedal and updated UI to better fit the Packed UI style
This commit is contained in:
15
node_modules/node-hid/hidapi/windows/Makefile.am
generated
vendored
Normal file
15
node_modules/node-hid/hidapi/windows/Makefile.am
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
lib_LTLIBRARIES = libhidapi.la
|
||||
libhidapi_la_SOURCES = hid.c
|
||||
libhidapi_la_LDFLAGS = $(LTLDFLAGS)
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/hidapi/
|
||||
libhidapi_la_LIBADD = $(LIBS)
|
||||
|
||||
hdrdir = $(includedir)/hidapi
|
||||
hdr_HEADERS = $(top_srcdir)/hidapi/hidapi.h
|
||||
|
||||
EXTRA_DIST = \
|
||||
hidapi.vcproj \
|
||||
hidtest.vcproj \
|
||||
Makefile-manual \
|
||||
Makefile.mingw \
|
||||
hidapi.sln
|
||||
Reference in New Issue
Block a user