xref: /aosp_15_r20/external/e2fsprogs/lib/ext2fs/ext2fs.pc.in (revision 6a54128f25917bfc36a8a6e9d722c04a0b4641b6)
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: ext2fs
7Description: Ext2fs library
8Version: @E2FSPROGS_VERSION@
9Requires.private: com_err
10Cflags: -I${includedir}/ext2fs -I${includedir}
11Libs: -L${libdir} -lext2fs
12