summaryrefslogtreecommitdiffstats
path: root/config/libelf.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/libelf.pc.in')
-rw-r--r--config/libelf.pc.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/config/libelf.pc.in b/config/libelf.pc.in
new file mode 100644
index 00000000..1fc7e4cb
--- /dev/null
+++ b/config/libelf.pc.in
@@ -0,0 +1,14 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libelf
+Description: elfutils libelf library to read and write ELF files
+Version: @VERSION@
+URL: https://fedorahosted.org/elfutils/
+
+Libs: -L${libdir} -lelf
+Cflags: -I${includedir}
+
+Requires.private: zlib