diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-09-04 18:09:07 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-09-04 18:09:07 +0400 |
commit | ea8b1f90d46279d7814a0c7f6b6742d3fab034f7 (patch) | |
tree | d626f0ab0d0016423d9ac76473ec928c231b91a5 /libelf.pc.in | |
download | libelf-ea8b1f90d46279d7814a0c7f6b6742d3fab034f7.tar.gz |
Imported Upstream version 0.8.13upstream
Diffstat (limited to 'libelf.pc.in')
-rw-r--r-- | libelf.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libelf.pc.in b/libelf.pc.in new file mode 100644 index 0000000..9c85dfd --- /dev/null +++ b/libelf.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: @PACKAGE@ +Description: ELF object file access library +Version: @VERSION@ +Requires: +Conflicts: +Libs: -L${libdir} -lelf +Cflags: -I${includedir}/libelf -I${includedir} |