parent
af4dc2ff14
commit
000ff7bf2f
2 changed files with 3 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -8,7 +8,8 @@ PKGCONFIGDIR = ${LIBDIR}/pkgconfig
|
|||
XCFLAGS = ${CPPFLAGS} ${CFLAGS} -std=c99 -fPIC -pthread -D_XOPEN_SOURCE=700 \
|
||||
-Wall -Wextra -Wpedantic -Wmissing-prototypes -Wstrict-prototypes \
|
||||
-Wno-unused-parameter
|
||||
XLDFLAGS = ${LDFLAGS} -shared -Wl,-soname,libudev.so.1
|
||||
XLDFLAGS = ${LDFLAGS} -shared -Wl,-soname,libudev.so.1 \
|
||||
-Wl,-version-script,libudev.sym
|
||||
XARFLAGS = -rc
|
||||
|
||||
OBJ = \
|
||||
|
|
|
|||
1
libudev.sym
Normal file
1
libudev.sym
Normal file
|
|
@ -0,0 +1 @@
|
|||
LIBUDEV_183 {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue