mirror of
https://github.com/m5stack/libsmb2.git
synced 2026-05-20 11:41:57 -07:00
e16f6d4036
Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
15 lines
295 B
Plaintext
15 lines
295 B
Plaintext
# libsmb2 pkg-config file
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libsmb2
|
|
Description: libsmb2 is a client library for accessing SMB shares over a network.
|
|
Version: @VERSION@
|
|
Requires:
|
|
Conflicts:
|
|
Libs: -L${libdir} -lsmb2
|
|
Cflags: -I${includedir}
|