13 lines
291 B
PkgConfig
13 lines
291 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libsocketcan-nl
|
|
Description: provides access to socketcan netlink interface
|
|
Requires:
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lsocketcan-nl
|
|
#Libs.private: -lm -lpthread ...etc...
|
|
Cflags: -I${includedir}
|