• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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