summaryrefslogtreecommitdiff
path: root/libparted.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'libparted.pc.in')
-rw-r--r--libparted.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/libparted.pc.in b/libparted.pc.in
new file mode 100644
index 0000000..0943bf0
--- /dev/null
+++ b/libparted.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libparted
+Description: The GNU Parted disk partitioning shared library
+Version: @VERSION@
+Libs: -L${libdir} -lparted
+Cflags: -I${includedir}
+