summaryrefslogtreecommitdiffstats
path: root/hivex.pc.in
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-02-19 14:33:40 +0000
committerRichard Jones <rjones@redhat.com>2010-02-19 14:33:40 +0000
commitcb9cb9b7dcdf62310c7b543aaac0a82d7f4b9319 (patch)
tree4e3412605c02c3b234e5efca07dfb9770c14269c /hivex.pc.in
downloadhivex-cb9cb9b7dcdf62310c7b543aaac0a82d7f4b9319.tar.gz
hivex-cb9cb9b7dcdf62310c7b543aaac0a82d7f4b9319.tar.xz
hivex-cb9cb9b7dcdf62310c7b543aaac0a82d7f4b9319.zip
Support for Windows Registry.
In hivex/: This mini-library allows us to extract Windows Registry binary files ("hives"). There are also two tools: hivexml converts a hive to a self-describing XML format. hivexget can be used to extract single subkeys from a hive.
Diffstat (limited to 'hivex.pc.in')
-rw-r--r--hivex.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/hivex.pc.in b/hivex.pc.in
new file mode 100644
index 0000000..c5f594a
--- /dev/null
+++ b/hivex.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: hivex
+Version: @VERSION@
+Description: Read and write Windows Registry Hive files.
+Requires:
+Cflags:
+Libs: -lhivex @LIBS@