added src/hidapi/*.c to sources in standalone makefiles

This commit is contained in:
Ozkan Sezer
2021-11-09 10:00:24 +03:00
parent ae67c7d2da
commit b2ce22a077
4 changed files with 4 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ SOURCES =
./src/filesystem/unix/*.c \
./src/haptic/*.c \
./src/haptic/linux/*.c \
./src/hidapi/*.c \
./src/joystick/*.c \
./src/joystick/linux/*.c \
./src/loadso/dlopen/*.c \