Whamcloud - gitweb
Add pkg-config files to e2fsprogs's libraries.
[tools/e2fsprogs.git] / lib / ext2fs / ext2fs.pc.in
diff --git a/lib/ext2fs/ext2fs.pc.in b/lib/ext2fs/ext2fs.pc.in
new file mode 100644 (file)
index 0000000..0a5cd86
--- /dev/null
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: ext2fs
+Description: Ext2fs library
+Version: @E2FSPROGS_VERSION@
+Requires: com_err
+Cflags: -I${includedir} 
+Libs: -L${libdir} -lext2fs