Add parameters to spnav_open : product & vendor id

This commit is contained in:
2018-05-30 11:36:20 +02:00
parent 0daaf52c7c
commit f37537fa83
4 changed files with 6 additions and 9 deletions

View File

@ -3,7 +3,7 @@ TARGET_LIB = libspnavhdi.so # target lib
CC = gcc
#CFLAGS = -Wall -Wextra -fPIC -pedantic -O2 # C flags for building library
CFLAGS = -Wall -Wextra -pedantic -g # C flags for developpement
CFLAGS = -Wall -Wextra -pedantic -g -DDEBUG # C flags for developpement
LDFLAGS = -Wall -Wextra -O2