mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-28 06:35:34 +07:00
11 lines
268 B
PkgConfig
11 lines
268 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@prefix@
|
|
libdir=@prefix@/@libdir_name@
|
|
includedir=@prefix@/include
|
|
|
|
Name: libvolume_id
|
|
Description: Library for reading metadata, label, uuid from various filesystems
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lvolume_id
|
|
Cflags: -I${includedir}
|