mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 10:04:00 +08:00
11 lines
246 B
PkgConfig
11 lines
246 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libntfs-3g
|
|
Description: NTFS-3G Read/Write Driver Library
|
|
Version: @PACKAGE_VERSION@
|
|
Cflags: -I${includedir}
|
|
Libs: @LIBFUSE_LITE_LIBS@ -L${libdir} -lntfs-3g
|