diff options
Diffstat (limited to '')
-rw-r--r-- | lib/ext2fs/ext2fs.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/ext2fs/ext2fs.pc.in b/lib/ext2fs/ext2fs.pc.in new file mode 100644 index 0000000..efac85e --- /dev/null +++ b/lib/ext2fs/ext2fs.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: ext2fs +Description: Ext2fs library +Version: @E2FSPROGS_VERSION@ +Requires.private: com_err +Cflags: -I${includedir}/ext2fs -I${includedir} +Libs: -L${libdir} -lext2fs |